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

IsDestinationRelative Property

Show in webframe





Gets or sets a value that indicate whether the destination print rectangle is in relative units.
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:
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

See Also

Reference

PrinterHelper Class
PrinterHelper Members

 

 


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