VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Print Namespace / WpfImageTilePrintEventArgs Class
In This Topic
WpfImageTilePrintEventArgs Class Properties
In This Topic
For a list of all properties of this type, see WpfImageTilePrintEventArgs.
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether the print job should be canceled. (Inherited from WpfPrintEventArgs)
Public PropertyGets the DrawingContext used to paint the page.
Public PropertyGets the WpfDrawingSurface of the image.
Public PropertyGets the System.Windows.Rect structure that defines an area on the page, in device-independent pixels (1/96th inch), within which the image can be printed.
Public PropertyGets the System.Windows.Rect structure that defines exact area on the page, in device-independent pixels (1/96th inch), within which the image will be printed.
Public PropertyGets a value indicating whether the WpfImagePrintManager is used for print preview. (Inherited from WpfPrintEventArgs)
Public PropertyGets the VintasoftImage to print.
Public PropertyGets the System.Windows.Rect structure that defines an area on the image, in pixels, which is printed on the current page.
See Also