Class Form
Represents form element which allows to reuse PDF content by using FormSource.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Objects
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class Form : PositionContentElement, IFixedDocumentElement, IAlphaConstantProvider, IStrokeAlphaConstantProvider
Constructors
Form()
Declaration
public Form()
Properties
AlphaConstant
Gets or sets the alpha constant. Specifying the constant shape or constant opacity value to be used for nonstroking operations.
Declaration
public double? AlphaConstant { get; set; }
Property Value
System.Nullable<System.Double>
The alpha constant. |
FormSource
Gets or sets the form source.
Declaration
public FormSource FormSource { get; set; }
Property Value
FormSource
The form source. |
Height
Gets or sets the height.
Declaration
public double Height { get; set; }
Property Value
System.Double
The height. |
StrokeAlphaConstant
Gets or sets the stroke alpha constant. Specifying the constant shape or constant opacity value to be used for stroking operations.
Declaration
public double? StrokeAlphaConstant { get; set; }
Property Value
System.Nullable<System.Double>
The stroke alpha constant. |
Width
Gets or sets the width.
Declaration
public double Width { get; set; }
Property Value
System.Double
The width. |
Methods
CreateClonedInstance()
Creates the cloned instance.
Declaration
protected override PositionContentElement CreateClonedInstance()
Returns
PositionContentElement
The cloned instance. |