LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

Destination Property






Gets or sets the destination print rectangle. .NET support
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 Rect Destination {get; set;}
 get_Destination();
set_Destination(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PrinterHelper Class
PrinterHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.