LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

DestinationClipRectangle Property

Show in webframe





Gets the actual destination clip rectangle to print.
Syntax
protected Rectangle DestinationClipRectangle {get;}
'Declaration
 
Protected ReadOnly Property DestinationClipRectangle As Rectangle
'Usage
 
Dim instance As RasterImagePrinter
Dim value As Rectangle
 
value = instance.DestinationClipRectangle

            

            
protected:
property Rectangle DestinationClipRectangle {
   Rectangle get();
}

Property Value

A System.Drawing.Rectangle structure that specifies the actual destination clip rectangle to use when printing.
Remarks
The value of this property is updated after you call Prepare.
Example
For an example, refer to RasterImagePrinter and ImageRectangle.
Requirements

Target Platforms

See Also

Reference

RasterImagePrinter Class
RasterImagePrinter Members

 

 


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