public final class PdfWatermarkType extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
Annotation
Watermark will be added as an annotation.
|
static int |
Artifact
Watermark will be added as an artifact.
|
static int |
XObject
Watermark will be added as XObject.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
toString(int value)
Returns a string representation of the
value. |
public static final int Annotation
Watermark will be added as an annotation.
public static final int Artifact
Watermark will be added as an artifact.
public static final int XObject
Watermark will be added as XObject. This is default type.
public static final String toString(int value)
Returns a string representation of the value.
PdfWatermarkType
value - The value to convert.PdfWatermarkType value.Copyright © 2026. All rights reserved.