FlexGrid for WinForms
PrintDocument Property



Gets the System.Drawing.Printing.PrintDocument object that specifies page and printer settings.
Syntax
'Declaration
 
Public ReadOnly Property PrintDocument As PrintDocument
'Usage
 
Dim instance As GridPrinter
Dim value As PrintDocument
 
value = instance.PrintDocument
public PrintDocument PrintDocument {get;}
public:
property PrintDocument^ PrintDocument {
   PrintDocument^ get();
}
Remarks
The PrintDocument class is part of the .NET framework, defined in the System.Drawing.Printing namespace. It contains properties that specify printer and page settings for the document.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridPrinter Class
GridPrinter Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback