Package | Description |
---|---|
com.groupdocs.redaction.options |
The package provides load and save options classes.
|
Modifier and Type | Method and Description |
---|---|
ICreatePageStream |
PreviewOptions.getCreatePageStream()
Gets or sets an instance of page stream creation delegate.
|
Modifier and Type | Method and Description |
---|---|
void |
PreviewOptions.setCreatePageStream(ICreatePageStream value)
Gets or sets an instance of page stream creation delegate.
|
Constructor and Description |
---|
PreviewOptions(ICreatePageStream createPageStream)
Initializes a new instance of 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.
|