public class DocumentInfo extends Object implements IDocumentInfo
Defines document description properties.
Constructor and Description |
---|
DocumentInfo()
Initializes a new instance of the
DocumentInfo class. |
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<QrCodeSignature> |
getQrCodeSignatures()
Collection of document QR-code signatures added or updated by
QrCodeSignature methods. |
long |
getSize()
Document size in bytes.
|
List<TextSignature> |
getTextSignatures()
Collection of document text signatures.
|
int |
getWidthForMaxHeight()
Specifies width for max page height.
|
void |
setBarcodeSignatures(List<BarcodeSignature> value)
Collection of document barcode signatures added or updated by
BarcodeSignature methods. |
void |
setDigitalSignatures(List<DigitalSignature> value)
Collection of document digital signatures added or updated by
DigitalSignature methods. |
void |
setFileType(FileType value)
File format type.
|
void |
setFormFields(List<FormFieldSignature> value)
Collection of all existing supported Form Fields in the document.
|
void |
setFormFieldSignatures(List<FormFieldSignature> value)
Collection of document Form Field signatures added or updated by
FormFieldSignature methods. |
void |
setImageSignatures(List<ImageSignature> value)
Collection of document image signatures added or updated by
ImageSignature methods. |
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 |
setQrCodeSignatures(List<QrCodeSignature> value)
Collection of document QR-code signatures added or updated by
QrCodeSignature methods. |
void |
setSize(long value)
Document size in bytes.
|
void |
setTextSignatures(List<TextSignature> value)
Collection of document text signatures.
|
void |
setWidthForMaxHeight(int value)
Specifies width for max page height.
|
public DocumentInfo()
Initializes a new instance of the DocumentInfo
class.
public final List<BarcodeSignature> getBarcodeSignatures()
Collection of document barcode signatures added or updated by BarcodeSignature
methods.
getBarcodeSignatures
in interface IDocumentInfo
public final List<DigitalSignature> getDigitalSignatures()
Collection of document digital signatures added or updated by DigitalSignature
methods.
getDigitalSignatures
in interface IDocumentInfo
public final FileType getFileType()
File format type.
getFileType
in interface IDocumentInfo
public final 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.
getFormFields
in interface IDocumentInfo
public final List<FormFieldSignature> getFormFieldSignatures()
Collection of document Form Field signatures added or updated by FormFieldSignature
methods.
getFormFieldSignatures
in interface IDocumentInfo
public final List<ImageSignature> getImageSignatures()
Collection of document image signatures added or updated by ImageSignature
methods.
getImageSignatures
in interface IDocumentInfo
public final int getMaxPageHeight()
Specifies max page height.
getMaxPageHeight
in interface IDocumentInfo
public final int getPageCount()
Document pages count.
getPageCount
in interface IDocumentInfo
public List<PageInfo> getPages()
Collection of document pages descriptions.
getPages
in interface IDocumentInfo
public final List<QrCodeSignature> getQrCodeSignatures()
Collection of document QR-code signatures added or updated by QrCodeSignature
methods.
getQrCodeSignatures
in interface IDocumentInfo
public final long getSize()
Document size in bytes.
getSize
in interface IDocumentInfo
public final List<TextSignature> getTextSignatures()
Collection of document text signatures.
getTextSignatures
in interface IDocumentInfo
public final int getWidthForMaxHeight()
Specifies width for max page height.
getWidthForMaxHeight
in interface IDocumentInfo
public final void setBarcodeSignatures(List<BarcodeSignature> value)
Collection of document barcode signatures added or updated by BarcodeSignature
methods.
public final void setDigitalSignatures(List<DigitalSignature> value)
Collection of document digital signatures added or updated by DigitalSignature
methods.
public final void setFileType(FileType value)
File format type.
setFileType
in interface IDocumentInfo
public final void setFormFields(List<FormFieldSignature> value)
Collection of all existing supported Form Fields in the document. This property is supported only for Pdf and Word Processing document types.
public final void setFormFieldSignatures(List<FormFieldSignature> value)
Collection of document Form Field signatures added or updated by FormFieldSignature
methods.
public final void setImageSignatures(List<ImageSignature> value)
Collection of document image signatures added or updated by ImageSignature
methods.
public final void setMaxPageHeight(int value)
Specifies max page height.
setMaxPageHeight
in interface IDocumentInfo
public final void setPageCount(int value)
Document pages count.
setPageCount
in interface IDocumentInfo
public void setPages(List<PageInfo> value)
Collection of document pages descriptions.
setPages
in interface IDocumentInfo
public final void setQrCodeSignatures(List<QrCodeSignature> value)
Collection of document QR-code signatures added or updated by QrCodeSignature
methods.
public final void setSize(long value)
Document size in bytes.
setSize
in interface IDocumentInfo
public final void setTextSignatures(List<TextSignature> value)
Collection of document text signatures.
public final void setWidthForMaxHeight(int value)
Specifies width for max page height.
setWidthForMaxHeight
in interface IDocumentInfo