Package | Description |
---|---|
com.groupdocs.watermark.options |
The package provides classes to specify additional options when working with documents and watermarks.
|
Modifier and Type | Method and Description |
---|---|
ICreatePageStream |
PreviewOptions.getCreatePageStream()
Gets or sets an instance of the page stream creation class.
|
Modifier and Type | Method and Description |
---|---|
void |
PreviewOptions.setCreatePageStream(ICreatePageStream value)
Gets or sets an instance of the page stream creation class.
|
Constructor and Description |
---|
PreviewOptions(ICreatePageStream createPageStream)
Initializes a new instance of the
class causing the output stream to be closed. |
PreviewOptions(ICreatePageStream createPageStream,
IReleasePageStream releasePageStream)
Initializes a new instance of
class causing the output stream to be returned
to the client for further use. |