| Package | Description |
|---|---|
| com.groupdocs.comparison.options |
Provides classes and interfaces for configuring various options and settings related to document comparison.
|
| Modifier and Type | Method and Description |
|---|---|
ReleasePageStreamFunction |
PreviewOptions.getReleasePageStream()
Gets a function to release output page preview stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreviewOptions.setReleasePageStream(ReleasePageStreamFunction releasePageStream)
Sets a function to release output page preview stream.
|
PreviewOptions.Builder |
PreviewOptions.Builder.setReleasePageStream(ReleasePageStreamFunction releasePageStream)
Sets a function to release output page preview stream.
|
| Constructor and Description |
|---|
Builder(CreatePageStreamFunction createPageStream,
ReleasePageStreamFunction releasePageStream)
Instantiates a new Builder object.
|
PreviewOptions(CreatePageStreamFunction createPageStream,
ReleasePageStreamFunction releasePageStream)
Initializes a new instance of the PreviewOptions class specifying
CreatePageStreamFunction and ReleasePageStreamFunction function. |
Copyright © 2024. All rights reserved.