Package | Description |
---|---|
com.groupdocs.signature.domain |
The GroupDocs.Signature.Domain namespace provides classes for working with document representation.
|
Modifier and Type | Method and Description |
---|---|
PageDescription |
DocumentDescription.addPage(int pageWidth,
int pageHeight,
int pageIndex)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<PageDescription> |
DocumentDescription.getPages()
List of pages information.
|
com.aspose.ms.System.Collections.Generic.IGenericList<PageDescription> |
DocumentDescription.getPagesInternal()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentDescription.setPages(ArrayList<PageDescription> value)
List of pages information.
|
void |
DocumentDescription.setPagesInternal(com.aspose.ms.System.Collections.Generic.IGenericList<PageDescription> value)
Deprecated.
|
Copyright © 2019. All rights reserved.