GrapeCity MultiRow Windows Forms Documentation
PageSetup Method


Shows the System.Windows.Forms.PageSetupDialog for GcMultiRow.
Syntax
Public Sub PageSetup() 
Dim instance As GcMultiRow
 
instance.PageSetup()
public void PageSetup()
Remarks

Print, PrintPreview, and PageSetup are a set of print methods. You can use them to implement the print function. The System.Windows.Forms.PrintDialog, System.Windows.Forms.PrintPreviewDialog, and System.Windows.Forms.PageSetupDialog allow the user to set print settings. The System.Drawing.Printing.PageSettings of System.Windows.Forms.PageSetupDialog are shared for these methods.

You can change the PrintSettings property value to adjust the print effect.

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

GcMultiRow Class
GcMultiRow Members
PrintSettings Property
PrintPreview Method
PageSetup Method
PrintSettings Property
PrintPreview Method
Print Method

 

 


Copyright © GrapeCity, inc. All rights reserved.