Click or drag to resize

PdfPrintSettings Properties

Version 94.4.20

The PdfPrintSettings type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundsEnabled
Set to true to print background graphics or false to not print background graphics.
Public propertyHeaderFooterEnabled
Set to true to print headers and footers or false to not print headers and footers.
Public propertyHeaderFooterTitle
Page title to display in the header. Only used if HeaderFooterEnabled is set to true.
Public propertyHeaderFooterUrl
URL to display in the footer. Only used if HeaderFooterEnabled is set to true.
Public propertyLandscape
Set to true for landscape mode or false for portrait mode.
Public propertyMarginBottom
Margin in points (1"/72). Only used if MarginType is set to Custom.
Public propertyMarginLeft
Margin in points (1"/72). Only used if MarginType is set to Custom.
Public propertyMarginRight
Margin in points (1"/72). Only used if MarginType is set to Custom.
Public propertyMarginTop
Margin in points (1"/72). Only used if MarginType is set to Custom.
Public propertyMarginType
Margin type.
Public propertyPageHeight
Output page size in microns. If either of these values is less than or equal to zero then the default paper size (A4) will be used.
Public propertyPageWidth
Output page size in microns. If either of these values is less than or equal to zero then the default paper size (A4) will be used.
Public propertyScaleFactor
Scale the PDF by the specified amount, defaults to 100%.
Public propertySelectionOnly
Set to true to print the selection only or false to print all.
Top
See Also