FormFieldSignOptions
Contents
[
Hide
]
FormFieldSignOptions class
Represents class of the FormField signature options for Pdf documents.
public sealed class FormFieldSignOptions : TextSignOptions
Constructors
| Name | Description |
|---|---|
| FormFieldSignOptions() | Initializes a new instance of the PdfFormFieldSignOptions class with default values. |
| FormFieldSignOptions(FormFieldSignature) | Initializes a new instance of the PdfFormFieldSignOptions class with FormField signature. |
Properties
| Name | Description |
|---|---|
| virtual AllPages { get; set; } | Put signature on all document pages. |
| Appearance { get; set; } | Additional signature appearance. |
| Background { get; set; } | Gets or sets the signature background settings. |
| Border { get; set; } | Specify border settings |
| DocumentType { get; set; } | Get or set the Document Type of the Signature Options DocumentType |
| Extensions { get; } | Signature Extensions. |
| Font { get; set; } | Gets or sets the font of signature. |
| virtual ForeColor { get; set; } | Gets or sets the fore color of signature. |
| FormTextFieldTitle { get; set; } | Gets or sets the title of text form field to put text signature into it. This property could be used only with SignatureImplementation = TextToFormField. |
| FormTextFieldType { get; set; } | Gets or sets the type of form field to put text signature into it. This property could be used only with SignatureImplementation = TextToFormField. Value by default is AllTextTypes. |
| HashAlgorithm { get; set; } | Gets or sets the hash algorithm to be used for cryptographic operations. Supported exclusively for digital signatures in PDF files. |
| Height { get; set; } | Height of Signature on Document Page in Measure values (pixels, percents or millimeters see MeasureType SizeMeasureType property). |
| HorizontalAlignment { get; set; } | Horizontal alignment of signature on document page. |
| Left { get; set; } | Left X position of Signature on Document Page in Measure values (pixels, percents or millimeters see MeasureType LocationMeasureType property). (works if horizontal alignment is not specified). |
| virtual LocationMeasureType { get; set; } | Measure type (pixels, percents or millimeters) for Left and Top properties. |
| virtual Margin { get; set; } | Gets or sets the space between Sign and Document edges. (works ONLY if horizontal or vertical alignment are specified). |
| virtual MarginMeasureType { get; set; } | Gets or sets the measure type (pixels, percents or millimeters) for Margin. |
| Native { get; set; } | Gets or sets the native attribute. If it is set document specific signatures could be used. Native text watermark for WordProcessing documents is different than regular, for example. |
| virtual PageNumber { get; set; } | Gets or sets document page number for signing. Minimal and default value is 1. |
| virtual PagesSetup { get; set; } | Options to specify pages to be signed. |
| RotationAngle { get; set; } | Rotation angle of signature on document page (clockwise). |
| ShapePosition { get; set; } | Defines where shape should be presented in the document layout. Avaliable only for Word documents |
| ShapeType { get; set; } | Gets or sets the type of shape to put text. This property could be used only with SignatureImplementation = TextStamp. Value by default is Rectangle. |
| Signature { get; set; } | Gets or sets the FormField of signature. |
| SignatureID { get; set; } | Gets or sets the unique ID of signature. It can be used in signature verification options. Property is supported for Pdf documents only. |
| SignatureImplementation { get; set; } | Gets or sets the type of text signature implementation. |
| SignatureType { get; } | Get the Signature Type SignatureType |
| virtual SizeMeasureType { get; set; } | Measure type (pixels, percents or millimeters) for Width and Height properties. |
| Stretch { get; set; } | Stretch mode on Document Page. |
| Text { get; set; } | Gets or sets the text of signature. |
| TextHorizontalAlignment { get; set; } | Horizontal alignment of text inside a signature. This feature is supported only for Image and Annotation signature implementations (see TextSignatureImplementation SignatureImplementation property). |
| TextVerticalAlignment { get; set; } | Vertical alignment of text inside a signature. This feature is supported only for Image signature implementation (see TextSignatureImplementation SignatureImplementation property). |
| Top { get; set; } | Top Y Position of Signature on Document Page in Measure values (pixels, percents or millimeters see MeasureType LocationMeasureType property). (works if vertical alignment is not specified). |
| Transparency { get; set; } | Gets or sets the signature transparency (value from 0.0 (opaque) through 1.0 (clear)). Default value is 0 (opaque). |
| VerticalAlignment { get; set; } | Vertical alignment of signature on document page. |
| Width { get; set; } | Width of Signature on Document Page in Measure values (pixels, percents or millimeters see MeasureType SizeMeasureType property). |
| ZOrder { get; set; } | Gets or sets the Z-order position of text signature. Determines the display order of overlapping signatures. |
Remarks
Learn more
- Basic usage of creating FormField electronic signature by GroupDocs.Signature: How to eSign document with FormField signature
- Advanced usage of settings of FormField electronic signature with GroupDocs.Signature: Advanced usage to eSign document with FormField signature and additional settings
See Also
- class TextSignOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature