Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Show in webframe

PrintableArea Property






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

Error processing SSI file