PDFDrawSetPrintMode 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 isPrinting
)
Public Sub SetPrintMode (
isPrinting As Boolean
)
public:
virtual void SetPrintMode(
[InAttribute] bool isPrinting
) sealed
function SetPrintMode(isPrinting);
Parameters
- isPrinting
- Type: SystemBoolean
Set to true if the page should be rendered in print mode. By default, print mode flag is set to false.
See Also