| Package | Description |
|---|---|
| com.groupdocs.merger.domain.result |
The com.groupdocs.merger.domain.result namespace provides classes which represent document results.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageInfo
Defines page description properties.
|
| Modifier and Type | Method and Description |
|---|---|
IPageInfo[] |
DocumentInfo.getPages()
Defines document pages collection.
|
IPageInfo[] |
IDocumentInfo.getPages()
Defines document pages collection.
|
| Constructor and Description |
|---|
DocumentInfo(FileType fileType,
IPageInfo[] pages,
long size)
Initializes new instance of
DocumentInfo class. |
DocumentInfo(int index,
InputStream stream,
FileType fileType,
String password,
IPageInfo[] pages,
long size)
Initializes new instance of
DocumentInfo class. |
Copyright © 2024. All rights reserved.