Error processing SSI file
(Leadtools.Controls)

Show in webframe

PrintDocument Property




The print document object associated with this print job
Syntax
public virtual PrintDocument PrintDocument {get; set;}
'Declaration
 
Public Overridable Property PrintDocument As PrintDocument

Property Value

The PrintDocument object associated with this print job.
Remarks

You must set the PrintDocument property to the PrintDocument object you are using for this print job. The RasterImagePrinter class requires this object to determine whether the printing operation is inside in preview mode (for example, using the print view dialog control) and calculates the real page margins accordingly.

Example
For an example, refer to RasterImagePrinter and ImageRectangle.
Requirements

Target Platforms

See Also

Reference

RasterImagePrinter Class
RasterImagePrinter Members

Error processing SSI file