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

PageMargins Property

Show in webframe





Gets the margins of the page that is currently printing.
Syntax
public Thickness PageMargins {get;}
'Declaration
 
Public ReadOnly Property PageMargins As Thickness
'Usage
 
Dim instance As PrintPageEventArgs
Dim value As Thickness
 
value = instance.PageMargins

            

            
public:
property Thickness PageMargins {
   Thickness get();
}

Property Value

The margins of the page that is currently printing. Default value is empty System.Windows.Thickness.
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.