PdfSignatureOptions ClassTerminal Works - PDF Printing.Net Library
PdfSignatureOptions
Inheritance Hierarchy

SystemObject
  PdfEdit.Pdf.SignaturesPdfSignatureOptions

Namespace: PdfEdit.Pdf.Signatures
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public class PdfSignatureOptions

The PdfSignatureOptions type exposes the following members.

Constructors

  NameDescription
Public methodPdfSignatureOptions
Initializes a new instance of the PdfSignatureOptions class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAppearanceHandler
Apperance handler of the signature
Public propertyContactInfo
Contact info of the signature
Public propertyIsVisible
Should the signature be visible or not

Note: When set to false the value of PageNumber is ignored and treated as 1.

Public propertyLocation
Location where it was signed
Public propertyName
Name of person or authority signing the document
Public propertyPageNumber
Page number on which signature will be displayed
Public propertyReason
Reason for signing
Public propertyRectangle
Rectangle area of displayed signature
Top
See Also

Reference