Class PdfSignatureStyledField
Represents form's field with style parameters.
Implements
Inherited Members
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public abstract class PdfSignatureStyledField : PdfField, IPdfWrapper, INotifyPropertyChanged
Constructors
PdfSignatureStyledField(PdfPageBase, String)
Initializes a new instance of the PdfSignatureStyledField class with the specific page and name.
Declaration
public PdfSignatureStyledField(PdfPageBase page, string name)
Parameters
Type | Name | Description |
---|---|---|
PdfPageBase | page | The page where the field should be placed. |
System.String | name | The name. |
Properties
Actions
Gets the actions of the field.[Read-Only]
Declaration
public PdfFieldActions Actions { get; }
Property Value
Type | Description |
---|---|
PdfFieldActions | The actions. |
BackColor
Gets or sets the color of the background.
Declaration
public PdfColor BackColor { get; set; }
Property Value
Type | Description |
---|---|
PdfColor | The color of the background. |
BorderColor
Gets or sets the color of the border.
Declaration
public PdfColor BorderColor { get; set; }
Property Value
Type | Description |
---|---|
PdfColor | The color of the border. |
BorderStyle
Gets or sets the border style.
Declaration
public PdfBorderStyle BorderStyle { get; set; }
Property Value
Type | Description |
---|---|
PdfBorderStyle | The border style. |
BorderWidth
Gets or sets the width of the border.
Declaration
public float BorderWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The width of the border. |
Bounds
Gets or sets the bounds of the field.
Declaration
public virtual RectangleF Bounds { get; set; }
Property Value
Type | Description |
---|---|
RectangleF | The bounds. |
HighlightMode
Gets or sets the highlighting mode.
Declaration
public PdfHighlightMode HighlightMode { get; set; }
Property Value
Type | Description |
---|---|
PdfHighlightMode | The highlighting mode. |
Location
Gets or sets the location.
Declaration
public PointF Location { get; set; }
Property Value
Type | Description |
---|---|
PointF | The location. |
RotationAngle
Gets and sets the rotation angle in the form fields.
Declaration
public int RotationAngle { get; set; }
Property Value
Type |
---|
System.Int32 |
Size
Gets or sets the size.
Declaration
public SizeF Size { get; set; }
Property Value
Type | Description |
---|---|
SizeF | The size. |
Visible
Gets or sets a value indicating whether this PdfSignatureStyledField is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Initialize()
Initializes an instance.
Declaration
protected override void Initialize()