Back to Devexpress

PdfPrinterSettings Members

officefileapi-devexpress-dot-pdf-dot-pdfprintersettings-dot-underscore-members.md

latest4.7 KB
Original Source

PdfPrinterSettings Members

Provides the additional printer settings to a PDF Viewer.

Constructors

NameDescription
PdfPrinterSettings()Initializes a new instance of the PdfPrinterSettings class with the default settings.
PdfPrinterSettings(DXPrinterSettings)Initializes a new instance of the PdfPrinterSettings class with specified settings.
PdfPrinterSettings(PrinterSettings)Initializes a new instance of the PdfPrinterSettings class with the specified settings.

Properties

NameDescription
DXSettingsObtains cross-platform printing settings.
EnableLegacyPrintingGets or sets whether to enable the legacy printing engine.
PageNumbersSpecifies the PDF document page numbers to be printed.
PageOrientationSpecifies the orientation of pages to be printed.
PrintingDpiSpecifies the dpi value used to print the PDF document.
PrintInGrayscaleGets or sets a value which indicates whether to print the document content in grayscale.
PrintStickyNotesGets or sets whether to print text markup annotations (sticky notes).
PrintTextAsOutlinesGets or sets whether to print text as character outlines in the DirectX printing engine.
ScaleSpecifies the percentage scale factor of the document page to be printed.
ScaleModeSpecifies the page scale mode when a document is printing.
SettingsProvides access to the standard .NET Framework printer settings.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfPrinterSettings Class

DevExpress.Pdf Namespace