public interface IDocumentInfo
Defines document description properties.
Modifier and Type | Method and Description |
---|---|
List<BarcodeSignature> |
getBarcodeSignatures()
Collection of document barcode signatures added or updated by
BarcodeSignature methods. |
List<DigitalSignature> |
getDigitalSignatures()
Collection of document digital signatures added or updated by
DigitalSignature methods. |
FileType |
getFileType()
File format type
|
List<FormFieldSignature> |
getFormFields()
Collection of all existing supported Form Fields in the document.
|
List<FormFieldSignature> |
getFormFieldSignatures()
Collection of document Form Field signatures added or updated by
FormFieldSignature methods. |
List<ImageSignature> |
getImageSignatures()
Collection of document image signatures added or updated by
ImageSignature methods. |
int |
getMaxPageHeight()
Specifies max page height.
|
int |
getPageCount()
Document pages count.
|
List<PageInfo> |
getPages()
Collection of document pages descriptions.
|
List<ProcessLog> |
getProcessLogs()
Collection of document history process logs.
|
List<QrCodeSignature> |
getQrCodeSignatures()
Collection of document QR-code signatures added or updated by
QrCodeSignature methods. |
List<BaseSignature> |
getSignatures()
Collection of document all types signatures
BaseSignature . |
long |
getSize()
Document size in bytes.
|
List<TextSignature> |
getTextSignatures()
Collection of document text signatures added or updated by
TextSignature methods. |
int |
getWidthForMaxHeight()
Specifies width for max page height.
|
void |
setFileType(FileType value)
File format type
|
void |
setMaxPageHeight(int value)
Specifies max page height.
|
void |
setPageCount(int value)
Document pages count.
|
void |
setPages(List<PageInfo> value)
Collection of document pages descriptions.
|
void |
setSize(long value)
Document size in bytes.
|
void |
setWidthForMaxHeight(int value)
Specifies width for max page height.
|
List<BarcodeSignature> getBarcodeSignatures()
Collection of document barcode signatures added or updated by BarcodeSignature
methods.
List<DigitalSignature> getDigitalSignatures()
Collection of document digital signatures added or updated by DigitalSignature
methods.
FileType getFileType()
File format type
List<FormFieldSignature> getFormFields()
Collection of all existing supported Form Fields in the document. This property is supported only for Pdf and Word Processing document types.
List<FormFieldSignature> getFormFieldSignatures()
Collection of document Form Field signatures added or updated by FormFieldSignature
methods.
List<ImageSignature> getImageSignatures()
Collection of document image signatures added or updated by ImageSignature
methods.
int getMaxPageHeight()
Specifies max page height.
int getPageCount()
Document pages count.
List<ProcessLog> getProcessLogs()
Collection of document history process logs.
List<QrCodeSignature> getQrCodeSignatures()
Collection of document QR-code signatures added or updated by QrCodeSignature
methods.
List<BaseSignature> getSignatures()
Collection of document all types signatures BaseSignature
.
long getSize()
Document size in bytes.
List<TextSignature> getTextSignatures()
Collection of document text signatures added or updated by TextSignature
methods.
int getWidthForMaxHeight()
Specifies width for max page height.
void setFileType(FileType value)
File format type
void setMaxPageHeight(int value)
Specifies max page height.
void setPageCount(int value)
Document pages count.
void setSize(long value)
Document size in bytes.
void setWidthForMaxHeight(int value)
Specifies width for max page height.