'Declaration Public Function New( _
ByVal isPreviewA value indicating whether the WpfImagePrintManager is used for print preview.As Boolean, _
ByVal sourceImageThe VintasoftImage to print.As Vintasoft.Imaging.VintasoftImage, _
ByVal sourceImageRectA System.Windows.Rect structure that defines an area on the image, in pixels, which is printed on the current page.As System.Windows.Rect, _
ByVal drawingContextA DrawingContext used to paint the page.As System.Windows.Media.DrawingContext, _
ByVal imageAreaA 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. This area is defined by page and image paddings.As System.Windows.Rect, _
ByVal imageRectA 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. This area will always be equal or within imageArea.As System.Windows.Rect _
)
public WpfImageTilePrintEventArgs(
bool isPreview,
Vintasoft.Imaging.VintasoftImage sourceImage,
System.Windows.Rect sourceImageRect,
System.Windows.Media.DrawingContext drawingContext,
System.Windows.Rect imageArea,
System.Windows.Rect imageRect
)
public: WpfImageTilePrintEventArgs(
bool isPreview,
Vintasoft.Imaging.VintasoftImage* sourceImage,
System.Windows.Rect* sourceImageRect,
System.Windows.Media.DrawingContext drawingContext,
System.Windows.Rect* imageArea,
System.Windows.Rect* imageRect
)
public:
WpfImageTilePrintEventArgs(
bool isPreview,
Vintasoft.Imaging.VintasoftImage^ sourceImage,
System.Windows.Rect^ sourceImageRect,
System.Windows.Media.DrawingContext drawingContext,
System.Windows.Rect^ imageArea,
System.Windows.Rect^ imageRect
)
Parameters
- isPreview
- A value indicating whether the WpfImagePrintManager is used for print preview.
- sourceImage
- The VintasoftImage to print.
- sourceImageRect
- A System.Windows.Rect structure that defines an area on the image, in pixels, which is printed on the current page.
- drawingContext
- A DrawingContext used to paint the page.
- imageArea
- A 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. This area is defined by page and image paddings.
- imageRect
- A 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. This area will always be equal or within imageArea.