Package | Description |
---|---|
com.groupdocs.signature.domain.documentpreview |
The GroupDocs.Signature.Domain.DocumentPreview namespace provides classes for working with document representation.
|
Modifier and Type | Method and Description |
---|---|
PageInfo |
DocumentInfo.addPage(int pageWidth,
int pageHeight,
int pageIndex) |
Modifier and Type | Method and Description |
---|---|
List<PageInfo> |
DocumentInfo.getPages()
Collection of document pages descriptions.
|
List<PageInfo> |
IDocumentInfo.getPages()
Collection of document pages descriptions.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfo.setPages(List<PageInfo> value)
Collection of document pages descriptions.
|
void |
IDocumentInfo.setPages(List<PageInfo> value)
Collection of document pages descriptions.
|