ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Printing Namespace / PageSetup Class
Fields Properties

In This Topic
    PageSetup Class Members
    In This Topic

    The following tables list the members exposed by PageSetup.

    Public Fields
     NameDescription
    Public FieldUse this value with PageSetup.FirstPageNumber to specify that the first page number used should be determined automatically.  
    Public FieldThe margin's value MUST be greater than or equal to 0 and less than 49.  
    Top
    Public Properties
     NameDescription
    Public PropertyTrue if elements of the document will be printed in black and white. Read/write Boolean.  
    Public PropertySets or returns the bottom margin value in points.  
    Public PropertyTrue if the sheet will be printed without graphics.  
    Public PropertyReturns or sets the first page number that will be used when this sheet is printed. If PageSetup.FirstPageNumberAuto is the value (default) then the first page number will be chosen automatically.  
    Public PropertyReturns whether the FitToPage option should be selected.  
    Public PropertyReturns or sets the number of pages tall the worksheet will be scaled to when it's printed.  
    Public PropertyReturns or sets the number of pages wide the worksheet will be scaled to when it's printed. If the Zoom property is True, the FitToPagesWide property is ignored.  
    Public PropertyReturns or sets the distance from the bottom of the page to the footer, in points.  
    Public PropertyReturns or sets the distance from the top of the page to the header, in points.  
    Public PropertySets or returns the left margin value in points.  
    Public PropertyReturns or sets the order used to number pages when printing a large worksheet.  
    Public PropertySets or returns whether pages are printed in landscape or portrait.  
    Public PropertySets or returns the size of the paper to be printed on.  
    Public PropertyTrue if cell notes are printed as end notes with the sheet.  
    Public PropertySets or returns the right margin value in points.  
    Public PropertySets or returns the top margin value in points.  
    Public PropertyGets or sets the zoom level.  
    Top
    See Also