| Package | Description |
|---|---|
| com.groupdocs.metadata.options |
The com.groupdocs.metadata.options namespace contains all classes representing settings that allow users to control file and metadata processing.
|
| Modifier and Type | Method and Description |
|---|---|
ICreatePageStream |
PreviewOptions.getCreatePageStream()
Gets an instance of the page stream creation delegate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreviewOptions.setCreatePageStream(ICreatePageStream value)
Sets an instance of the page stream creation delegate.
|
| Constructor and Description |
|---|
PreviewOptions(ICreatePageStream createPageStream)
Initializes a new instance of the
PreviewOptions class causing the output stream to be closed. |
PreviewOptions(ICreatePageStream createPageStream,
IReleasePageStream releasePageStream)
Initializes a new instance of
PreviewOptions class causing the output stream to be returned to the client for further use. |
Copyright © 2025. All rights reserved.