VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Print Namespace / WpfImageTilePrintEventArgs Class
Constructors Properties Fields SeeAlso
In This Topic
    WpfImageTilePrintEventArgs Class Members
    In This Topic
    The following tables list the members exposed by WpfImageTilePrintEventArgs.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WpfImageTilePrintEventArgs class.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Provides a value to use with events that do not have event data. (Inherited from System.EventArgs)
    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