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