Click or drag to resize

PDFRasterizerSetPrintMode Method

Tells the rasterizer to render the page 'print' mode. Certain page elements (such as annotations or OCG-s) are meant to be visible either on the screen or on the printed paper but not both. A common example, is the "Submit" button on electronic forms.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetPrintMode(
	bool is_printing
)

Parameters

is_printing
Type: SystemBoolean
set to true is the page should be rendered in print mode. By default, print mode flag is set to false.
See Also