WordProcessingPreviewOptions
Inheritance: java.lang.Object, com.groupdocs.watermark.options.PreviewOptions
public class WordProcessingPreviewOptions extends PreviewOptions
Provides options to sets requirements and stream delegates for preview generation of WordProcessing document.
Constructors
| Constructor | Description | 
|---|---|
| WordProcessingPreviewOptions(ICreatePageStream createPageStream) | Initializes a new instance of the [WordProcessingPreviewOptions](../../com.groupdocs.watermark.options/wordprocessingpreviewoptions) class causing the output stream to be closed. | 
| WordProcessingPreviewOptions(ICreatePageStream createPageStream, IReleasePageStream releasePageStream) | Initializes a new instance of [WordProcessingPreviewOptions](../../com.groupdocs.watermark.options/wordprocessingpreviewoptions) class causing the output stream to be returned to the client for further use. | 
Fields
| Field | Description | 
|---|---|
| DefaultResolution | Default resolution in dots per inch. | 
Methods
| Method | Description | 
|---|---|
| getResolution() | Gets the resolution for the generated images, in dots per inch. | 
| setResolution(float value) | Sets the resolution for the generated images, in dots per inch. | 
WordProcessingPreviewOptions(ICreatePageStream createPageStream)
public WordProcessingPreviewOptions(ICreatePageStream createPageStream)
Initializes a new instance of the [WordProcessingPreviewOptions](../../com.groupdocs.watermark.options/wordprocessingpreviewoptions) class causing the output stream to be closed.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| createPageStream | ICreatePageStream | Creates a stream for a specific page preview. | 
WordProcessingPreviewOptions(ICreatePageStream createPageStream, IReleasePageStream releasePageStream)
public WordProcessingPreviewOptions(ICreatePageStream createPageStream, IReleasePageStream releasePageStream)
Initializes a new instance of [WordProcessingPreviewOptions](../../com.groupdocs.watermark.options/wordprocessingpreviewoptions) class causing the output stream to be returned to the client for further use.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| createPageStream | ICreatePageStream | Creates a stream for a specific page preview. | 
| releasePageStream | IReleasePageStream | Notifies that the page preview generation is done and gets the output stream. | 
DefaultResolution
public static final float DefaultResolution
Default resolution in dots per inch.
getResolution()
public final float getResolution()
Gets the resolution for the generated images, in dots per inch.
Returns: float - The resolution for the generated images, in dots per inch.
The default value is 96.
setResolution(float value)
public final void setResolution(float value)
Sets the resolution for the generated images, in dots per inch.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | float | The resolution for the generated images, in dots per inch. | 
The default value is 96. |