PdfSignatureOptions
Inheritance Hierarchy
PdfEdit.Pdf.SignaturesPdfSignatureOptions
Namespace: PdfEdit.Pdf.Signatures
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
The PdfSignatureOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PdfSignatureOptions | Initializes a new instance of the PdfSignatureOptions class |
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AppearanceHandler |
Apperance handler of the signature
| |
ContactInfo |
Contact info of the signature
| |
IsVisible |
Should the signature be visible or not
Note: When set to false the value of PageNumber is ignored and treated as 1.
| |
Location |
Location where it was signed
| |
Name |
Name of person or authority signing the document
| |
PageNumber |
Page number on which signature will be displayed
| |
Reason |
Reason for signing
| |
Rectangle |
Rectangle area of displayed signature
|
See Also