Package | Description |
---|---|
com.groupdocs.parser.options |
The package provides classes to specify additional options when parsing data from documents.
|
Modifier and Type | Method and Description |
---|---|
IReleasePageStream |
PreviewOptions.getReleasePageStream()
Gets an instance of the page preview completion delegate.
|
Modifier and Type | Method and Description |
---|---|
void |
PreviewOptions.setReleasePageStream(IReleasePageStream releasePageStream)
Sets an instance of the page preview completion delegate.
|
Constructor and Description |
---|
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. |