public final class PdfAnnotationWatermarkOptions extends PdfWatermarkOptions
Represents watermark adding options when adding annotation watermark to a pdf document.
Constructor and Description |
---|
PdfAnnotationWatermarkOptions()
Initializes a new instance of the
PdfAnnotationWatermarkOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getPageIndex()
Gets the page index to add watermark to.
|
boolean |
getPrintOnly()
Get or sets the value indicating whether annotation will be printed, but not displayed
in pdf viewing application.
|
void |
setPageIndex(int value)
Sets the page index to add watermark to.
|
void |
setPrintOnly(boolean value)
Get or sets the value indicating whether annotation will be printed, but not displayed
in pdf viewing application.
|
public PdfAnnotationWatermarkOptions()
Initializes a new instance of the PdfAnnotationWatermarkOptions
class.
public final int getPageIndex()
Gets the page index to add watermark to.
public final void setPageIndex(int value)
Sets the page index to add watermark to.
value
- The page index to add watermark to.public final boolean getPrintOnly()
Get or sets the value indicating whether annotation will be printed, but not displayed in pdf viewing application.
public final void setPrintOnly(boolean value)
Get or sets the value indicating whether annotation will be printed, but not displayed in pdf viewing application.
Copyright © 2020. All rights reserved.