DocumentInfo
Contents
[
Hide
]
DocumentInfo class
Defines document description properties.
public class DocumentInfo : IDocumentInfo
Constructors
Name | Description |
---|---|
DocumentInfo() | Initializes a new instance of the DocumentInfo class. |
Properties
Name | Description |
---|---|
BarcodeSignatures { get; } | Collection of document barcode signatures added or updated by Signature methods. |
DigitalSignatures { get; } | Collection of document digital signatures added or updated by Signature methods. |
Documents { get; } | Collection of all existing documents within the archive files. This property is supported only for Archive document types. |
FileType { get; set; } | File format type. |
FormFields { get; } | Collection of all existing supported Form Fields in the document. This property is supported only for Pdf and Word Processing document types. |
FormFieldSignatures { get; } | Collection of document Form Field signatures added or updated by Signature methods. |
ImageSignatures { get; } | Collection of document image signatures added or updated by Signature methods. |
MaxPageHeight { get; set; } | Specifies max page height. |
MetadataSignatures { get; } | Collection of document Metadata signatures. |
PageCount { get; set; } | Document pages count. |
Pages { get; set; } | Collection of document pages descriptions. |
ProcessLogs { get; } | Collection of document history processes like Sign, Update, Delete. |
QrCodeSignatures { get; } | Collection of document QR-code signatures added or updated by Signature methods. |
Signatures { get; } | Collection of document all types signatures BaseSignature . |
Size { get; set; } | Document size in bytes. |
TextSignatures { get; } | Collection of document text signatures. |
WidthForMaxHeight { get; set; } | Specifies width for max page height. |
See Also
- interface IDocumentInfo
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature