LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

PrintPageEventArgs Constructor

Show in webframe





The page margins to use
The size of the printable area
Initializes a new instance of PrintPageEventArgs with the specified values.
Syntax
public PrintPageEventArgs( 
   Thickness pageMargins,
   Size printableArea
)
'Declaration
 
Public Function New( _
   ByVal pageMargins As Thickness, _
   ByVal printableArea As Size _
)
'Usage
 
Dim pageMargins As Thickness
Dim printableArea As Size
 
Dim instance As New PrintPageEventArgs(pageMargins, printableArea)

            

            
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

See Also

Reference

PrintPageEventArgs Class
PrintPageEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.