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

Show in webframe

PageMargins Property






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

Error processing SSI file