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

PrintableArea Property

Show in webframe





Gets the size of the printable area.
Syntax
public Size PrintableArea {get;}
'Declaration
 
Public ReadOnly Property PrintableArea As Size
'Usage
 
Dim instance As PrintPageEventArgs
Dim value As Size
 
value = instance.PrintableArea

            

            
public:
property Size PrintableArea {
   Size get();
}

Property Value

The size of the printable area in screen pixels. The default is 0,0.
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.