public final class PageWatermarkTransparency extends IntegerParameterInit implements IJobPrintTicketItem, IDocumentPrintTicketItem, IPagePrintTicketItem
Specifies the transparency for the watermark. Fully opaque would have a value of 0. https://docs.microsoft.com/en-us/windows/win32/printdocs/pagewatermarktransparency
| Constructor and Description |
|---|
PageWatermarkTransparency(int value)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxValue()
For integer- or decimal-valued parameters, defines the largest allowed value.
|
int |
getMinValue()
For integer- or decimal-valued parameters, defines the smallest allowed value.
|
getMultiplegetNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic PageWatermarkTransparency(int value)
Creates a new instance.
value - The parameter value.public int getMinValue()
For integer- or decimal-valued parameters, defines the smallest allowed value.
getMinValue in class IntegerParameterInitpublic int getMaxValue()
For integer- or decimal-valued parameters, defines the largest allowed value.
getMaxValue in class IntegerParameterInitCopyright © 2025 Aspose. All Rights Reserved.