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

Show in webframe

PageRectangleChanged Event






Occurs when the value of the PageRectangle property changes.
Syntax
public event EventHandler PageRectangleChanged
'Declaration
 
Public Event PageRectangleChanged As EventHandler
'Usage
 
Dim instance As RasterImagePrinter
Dim handler As EventHandler
 
AddHandler instance.PageRectangleChanged, handler

            

            
public:
event EventHandler^ PageRectangleChanged
Remarks
This event is raised if the PageRectangle property is changed.
Example
For an example, refer to RasterImagePrinter and ImageRectangle.
Requirements

Target Platforms

See Also

Reference

RasterImagePrinter Class
RasterImagePrinter Members

Error processing SSI file