Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

SourceRectangle Property (RasterImagePrinter)






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

            

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

Property Value

A System.Drawing.Rectangle structure that specifies the actual source 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

Error processing SSI file