PdfPrintPageSettings PropertiesTerminal Works - PDF Printing.Net Library

The PdfPrintPageSettings type exposes the following members.

Properties

  NameDescription
Public propertyBounds
Gets the rectangular area that represents the total area of the page taking into account the Landscape property. Most printers cannot print at the very edge of the page.
Public propertyColor
Gets or sets a value indicating whether the page is printed in color.
Public propertyCustomScale
Gets or sets the custom scale to scale the page. To be used, Scale must be set to CustomScale. Default value is 100%.
Public propertyHardMarginX
Gets the x-coordinate, in hundredths of an inch, of the hard margin (the physical margin set by the printer) at the left of the page.
Public propertyHardMarginY
Gets the y-coordinate, in hundredths of an inch, of the hard margin (the physical margin set by the printer) at the top of the page.
Public propertyLandscape
Gets or sets a value indicating whether the page should be printed in landscape or portrait orientation.
Public propertyMargins
Gets or sets a value indicating the user defined margins for this page. Units are 1/100 inch (i.e. 100 = 1 inch). Setting Scale influences the print result. When set to None, the margins are adjusted (if needed) to preserve the actual size of the print content. And when content is smaller, existing whitespace is considered as part of margin space. For all other values, the print content size is adjusted (if needed) to preserve the specified margins. Default value is (0,0,0,0).
Public propertyPaperSize
Paper size
Public propertyPaperSource
Gets or sets a value indicating the paper source (i.e. upper bin).
Public propertyPrintableArea
A RectangleF representing the length and width, in hundredths of an inch, of the area the printer is capable of printing in. Returns the correct value, whether the page orientation is landscape or portrait.
Public propertyPrinterResolution
Gets or sets the printer resolution for the page.
Public propertyScale
Gets or sets the scale type for the page. If not set, it will use the Shrink scaling type. If PrintWithAdobe method both Shrink and FitToMargins behaves like Shrink.
Top
See Also

Reference