PageBlackGenerationProcessingUnderColorAdditionLevel

Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.ParameterInit, com.aspose.xps.metadata.IntegerParameterInit

All Implemented Interfaces: com.aspose.xps.metadata.IJobPrintTicketItem, com.aspose.xps.metadata.IDocumentPrintTicketItem, com.aspose.xps.metadata.IPagePrintTicketItem

public final class PageBlackGenerationProcessingUnderColorAdditionLevel extends IntegerParameterInit implements IJobPrintTicketItem, IDocumentPrintTicketItem, IPagePrintTicketItem

Describes the amount chromatic ink (in gray component ratios) to add to areas where GCR/UCR has generated “BlackInkLimit” (or UCAStart, if specified) in the dark neutrals and near-neutral areas. https://docs.microsoft.com/en-us/windows/win32/printdocs/pageblackgenerationprocessingundercoloradditionlevel

Constructors

ConstructorDescription
PageBlackGenerationProcessingUnderColorAdditionLevel(int value)Creates a new instance.

Methods

MethodDescription
getMinValue()For integer- or decimal-valued parameters, defines the smallest allowed value.
getMaxValue()For integer- or decimal-valued parameters, defines the largest allowed value.

PageBlackGenerationProcessingUnderColorAdditionLevel(int value)

public PageBlackGenerationProcessingUnderColorAdditionLevel(int value)

Creates a new instance.

Parameters:

ParameterTypeDescription
valueintThe parameter value.

getMinValue()

public int getMinValue()

For integer- or decimal-valued parameters, defines the smallest allowed value.

Returns: int

getMaxValue()

public int getMaxValue()

For integer- or decimal-valued parameters, defines the largest allowed value.

Returns: int