SignOptions Class
Represents the signature options.
Inheritance Hierarchy

Namespace: GroupDocs.Signature.Options
Assembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.8.0.0 (22.8)
Syntax
public abstract class SignOptions

The SignOptions type exposes the following members.

Properties
  NameDescription
Public propertyAllPages
Put signature on all document pages.
Public propertyAppearance
Additional signature appearance.
Public propertyDocumentType
Get or set the Document Type of the Signature Options DocumentType
Public propertyExtensions
Signature Extensions.
Public propertyPageNumber
Gets or sets document page number for signing. Minimal and default value is 1.
Public propertyPagesSetup
Options to specify pages to be signed.
Public propertySignatureType
Get the Signature Type SignatureType
Public propertyZOrder
Gets or sets the Z-order position of text signature. Determines the display order of overlapping signatures.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Remarks
Learn more
See Also