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