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

Show in webframe

Destination Property






Gets or sets the destination print rectangle.
Syntax
public Rect Destination {get; set;}
'Declaration
 
Public Property Destination As Rect
'Usage
 
Dim instance As PrinterHelper
Dim value As Rect
 
instance.Destination = value
 
value = instance.Destination

            

            
public:
property Rect Destination {
   Rect get();
   void set (    Rect value);
}

Property Value

A System.Windows.Rect that specifies the destination print rectangle. Default value is Rect(0, 0, 1, 1).
Remarks

Destination can be in relative or absolute units depending on the value of the IsDestinationRelative property:

Example

For an example, refer to PrinterHelper.

Requirements

Target Platforms

See Also

Reference

PrinterHelper Class
PrinterHelper Members

Error processing SSI file