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

Destination Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.