ImageDigitalSignOptions class

ImageDigitalSignOptions class

Represents options to embed Aspose.Imaging digital (steganography) signature into raster images.

Inheritance: ImageDigitalSignOptionsSignOptions

The ImageDigitalSignOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the ImageDigitalSignOptions class with default values.

Properties

Property Description
page_number Gets or sets document page number for signing.
Minimal and default value is 1.
all_pages Put signature on all document pages.
appearance Additional signature appearance.
extensions Signature Extensions.
pages_setup Options to specify pages to be signed.
signature_type Get the Signature Type SignatureType
document_type Get or set the Document Type of the Signature Options DocumentType
z_order Gets or sets the Z-order position of text signature.
Determines the display order of overlapping signatures.
hash_algorithm Gets or sets the hash algorithm to be used for cryptographic operations.
Supported exclusively for digital signatures in PDF files.
password Password used for embedding the digital signature.

See Also