Package | Description |
---|---|
com.groupdocs.viewer.legacy.converter.options |
The package provides classes that allow to specify additional options when rendering documents.
|
com.groupdocs.viewer.legacy.domain.options |
The package provides classes for setting rendering options dependent on document type.
|
Modifier and Type | Method and Description |
---|---|
com.groupdocs.viewer.legacy.domain.Watermark |
RenderOptions.getWatermark()
Deprecated.
The page watermark.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderOptions.setWatermark(com.groupdocs.viewer.legacy.domain.Watermark value)
Deprecated.
The page watermark.
|
Modifier and Type | Method and Description |
---|---|
com.groupdocs.viewer.legacy.domain.Watermark |
PdfFileOptions.getWatermark()
Deprecated.
The watermark.
|
com.groupdocs.viewer.legacy.domain.Watermark |
PrintableHtmlOptions.getWatermark()
Deprecated.
The watermark to add to each page.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfFileOptions.setWatermark(com.groupdocs.viewer.legacy.domain.Watermark value)
Deprecated.
The watermark.
|
void |
PrintableHtmlOptions.setWatermark(com.groupdocs.viewer.legacy.domain.Watermark value)
Deprecated.
The watermark to add to each page.
|
Constructor and Description |
---|
PdfFileOptions(int transformations,
com.groupdocs.viewer.legacy.domain.Watermark watermark)
Deprecated.
Initializes a new instance of the
PdfFileOptions class. |
PdfFileOptions(String password,
int transformations,
com.groupdocs.viewer.legacy.domain.Watermark watermark)
Deprecated.
Initializes a new instance of the
PdfFileOptions class. |
PdfFileOptions(String password,
com.groupdocs.viewer.legacy.domain.Watermark watermark)
Deprecated.
Initializes a new instance of the
PdfFileOptions class. |
PdfFileOptions(com.groupdocs.viewer.legacy.domain.Watermark watermark)
Deprecated.
Initializes a new instance of the
PdfFileOptions class. |
PrintableHtmlOptions(String css,
com.groupdocs.viewer.legacy.domain.Watermark watermark)
Deprecated.
Initializes a new instance of the
PrintableHtmlOptions class |
PrintableHtmlOptions(com.groupdocs.viewer.legacy.domain.Watermark watermark)
Deprecated.
Initializes a new instance of the
PrintableHtmlOptions class |
Copyright © 2020. All rights reserved.