public final class PageBlackGenerationProcessingTotalInkCoverageLimit extends IntegerParameterInit implements IJobPrintTicketItem, IDocumentPrintTicketItem, IPagePrintTicketItem
Specifies the maximum allowed sum of the four ink coverage anywhere in an image. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessingtotalinkcoveragelimit
Constructor and Description |
---|
PageBlackGenerationProcessingTotalInkCoverageLimit(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.
|
getMultiple
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public PageBlackGenerationProcessingTotalInkCoverageLimit(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 IntegerParameterInit
public int getMaxValue()
For integer- or decimal-valued parameters, defines the largest allowed value.
getMaxValue
in class IntegerParameterInit
Copyright © 2022 Aspose. All Rights Reserved.