Package | Description |
---|---|
com.groupdocs.metadata.options |
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. |