←Select platform

PrintPageEventArgs Constructor

Summary

Initializes a new instance of PrintPageEventArgs with the specified values.

Syntax

C#
VB
C++
public PrintPageEventArgs(  
   Thickness pageMargins, 
   Size printableArea 
) 
Public Function New( _ 
   ByVal pageMargins As Thickness, _ 
   ByVal printableArea As Size _ 
) 
public: 
PrintPageEventArgs(  
   Thickness pageMargins, 
   Size printableArea 
) 

Parameters

pageMargins
The page margins to use

printableArea
The size of the printable area

Example

For an example, refer to PrinterHelper.CreateCanvas.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Windows.Controls Assembly
Click or drag to resize