Please enable JavaScript to view this site.

TIFF Image Printer

Description

Sets the page brightness options in the IPNSession object.

You can also set the page brightness adjustment by calling SetProperty call with the appropriate arguments. See the Remarks below for a list of arguments.

See the Adjust Page Brightness section for a more detailed explanation.

Syntax

expression.SetPageBrightness(Brightness)

where expression is an IPNSession object.

Parameters

Integer Brightness

A value between -100 and - 100 that determines the brightness level of the page.

Range

Action

-100 to -1

Darkens the image, with -100 being black.

0

No change

1 to 100

Lightens the image, with 100 being white.

Remarks

Use the following to set this option using SetProperty:

Method Parameter

SetProperty Parameters

Brightness

SectionName:

Processing

PropertyName:

Brightness Adjust

varValue:

VT_I4, -100 - 100 as above

Supported Printers: TIFF Image Printer, PDF Image Printer, Raster Image Printer

See Also: SetPageCropOn SetPageCropAreaOptions SetPageCropMarginOptions SetPageRotationOptions SetPageTrimOptions SetProperty