IDocumentInfo class

IDocumentInfo class

Defines document description properties.

The IDocumentInfo type exposes the following members:

Properties

Property Description
page_count Document pages count.
pages Collection of document pages descriptions.
width_for_max_height Specifies width for max page height.
max_page_height Specifies max page height.
file_type File format type
size Document size in bytes.
text_signatures Collection of document text signatures added or updated by Signature methods.
image_signatures Collection of document image signatures added or updated by Signature methods.
digital_signatures Collection of document digital signatures added or updated by Signature methods.
barcode_signatures Collection of document barcode signatures added or updated by Signature methods.
qr_code_signatures Collection of document QR-code signatures added or updated by Signature methods.
form_field_signatures Collection of document Form Field signatures added or updated by Signature methods.
form_fields Collection of all existing supported Form Fields in the document. This property is supported only for Pdf and Word Processing document types.
metadata_signatures Collection of document Metadata signatures.
documents Collection of all existing documents within the archive files. This property is supported only for Archive document types.
process_logs Collection of document history process logs.
signatures Collection of document all types signatures BaseSignature.

See Also