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

IsDestinationRelative Property






Gets or sets a value that indicate whether the destination print rectangle is in relative units. .NET support
Syntax
public bool IsDestinationRelative {get; set;}
'Declaration
 
Public Property IsDestinationRelative As Boolean
'Usage
 
Dim instance As PrinterHelper
Dim value As Boolean
 
instance.IsDestinationRelative = value
 
value = instance.IsDestinationRelative
public bool IsDestinationRelative {get; set;}
 get_IsDestinationRelative();
set_IsDestinationRelative(value);
public:
property bool IsDestinationRelative {
   bool get();
   void set (    bool value);
}

Property Value

true if the values in Destination are in relative units, otherwise; false. Default value is false.
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.