PDFReaderControls.NET Standard Class Reference

PrintSettings Members

PrintSettings overview

Public Static Methods

Equals (inherited from Object)Determines whether the specified Object instances are considered equal.
ReferenceEquals (inherited from Object)Determines whether the specified Object instances are the same instance.

Public Instance Constructors

PrintSettings Constructor Create a new PrintSettings object with default settings.

Public Instance Properties

AutoRotate Specifies whether pages must be rotated automatically so they fit best on each sheet of paper.
Collate Collate copies.
Copies Number of copies to print.
FontPrintMode Specifies the mode to be used for printing.
HorizontalAlignment Horizontal Alignment to use for printing.
PaperSize PaperSize to use for printing.
PaperSource Specifies the paper tray from which the printer takes the paper.
PrintController PrintController to use for printing.
PrinterSettings PrinterSettings to use for printing.
PrintOverflowMarker Controls printing of overflow markers for fields.
PrintRange Page range to print.
ScaleToFit Specifies whether pages must be scaled to fit on the printed sheets of paper.
Transformation Specifies a coordinate system transformation to be applied on each page.
UsePdfPageSize Derive the paper size of each printed page from the size of the corresponding PDF page.
UsePrintableArea Specifies whether printing must be limited to the printable area of the printer. If false, the margins of the printer will not be taken into account.
VerticalAlignment Vertical Alignment to use for printing.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

PrintSettings Class | TallComponents.PDF.ReaderControls Namespace