Click or drag to resize

PrintEventArgs Class

Represents the class that contain event data for Print event
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsPrintEventArgs

Namespace: Patagames.Pdf.Net.EventArguments
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class PrintEventArgs : EventArgs

The PrintEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodPrintEventArgs Construct PrintEventArgs object
Top
Properties
 NameDescription
Public propertybAnnotations If true (the default), annotations are printed.
Public propertybPrintAsImage If true, print pages as an image.
Public propertybReverse If true, print from nEnd to nStart.
Public propertybShrinkToFit If true, the page is shrunk (if necessary) to fit within the imageable area of the printed page.
Public propertybSilent If true, suppresses the cancel dialog box while the document is printing. The default is false.
Public propertybUI If true, will cause a UI to be presented to the user to obtain printing information and confirm the action.
Public propertynEnd A 0-based index that defines the end of an inclusive page range.
Public propertynStart A 0-based index that defines the start of an inclusive range of pages.
Top
See Also