ActiveReports 13
Page Class Members
Properties  Methods 

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Document.Section Namespace : Page Class

The following tables list the members exposed by Page.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the Page class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the annotations associated with the page.  
Public Property

Specifies the background color used to render shapes and text to the page.

 
Public PropertyReturns a list of the page's bookmarks.  
Public PropertyReturns a list of the page's canvas items.  
Public PropertyGets or sets the CharacterSpacing value in inches for the page.  
Public PropertySets or returns a value indicating whether the page is compressed.  
Public Property

Gets or sets the current font used to draw text on the page.

 
Public PropertyReturns the collection of fonts for the page.  
Public PropertyGets or sets the current foreground color used to draw text and shapes on the page.  
Public PropertyGets or sets the height of the page in inches.  
Public PropertyGets unique page identifier (used in PagesCollection to track swapped out pages)  
Public PropertyGets or sets the LineSpacing value in inches for the page.  
Public PropertyGets a reference to the page margins settings.  
Public PropertyGets or sets the orientation of the page.  
Public PropertyGets or sets the amount of padding to use around the text inside a control.  
Public PropertyGets or sets the line style used to draw lines and shapes.  
Public PropertyGets or sets the width of the pen used to draw lines and shapes. (1/10 point)(1/2 point).  
Public Property

Determines whether DrawText should render text RightToLeft.

 
Public PropertyGets or sets the minimal character condensed rate.  
Public PropertyReturns a SizeF structure with the height and width of the page, in inches.  
Public Property

Determines the text alignment when using the DrawText method.

 
Public PropertyGets or sets the angle of text used to draw text.  
Public PropertyGets or sets the type of justification to use when the TextAlignment property is set to Justify.  
Public PropertySpecifies the quality of rendering.  
Public PropertyGets or sets the units used with the page primitive drawing methods.  
Public PropertySets or returns a value indicating whether to draw text vertically when using the DrawText method.  
Public Property

Determines the vertical text alignment when using the DrawText method.

 
Public PropertyGets or sets the width of the page (in inches).  
Public PropertyGets or sets the wrap mode for rendering text.  
Top
Public Methods
 NameDescription
Public MethodSummary description for AddBookmark.  
Public MethodClears all items from all pages.  
Public MethodClears all CanvasItems from the page.  
Public MethodCreates a clone of the Page object.  
Public MethodReleases the Page instance from memory.  
Public MethodRenders the page's content to the specified Graphics object at the specified coordinates.  
Public MethodOverloaded. Paints the specified border at the specified coordinates.  
Public MethodDraws an ellipse on the page.  
Public MethodOverloaded. Draws an image on the page.  
Public MethodDraws a line on the page at the specified coordinates.  
Public MethodOverloaded. Draws a rectangular shape on the page at the specified coordinates.  
Public MethodOverloaded. Draws a rounded rectangle on the page at the specified coordinates.  
Public MethodOverloaded. 

Draws text on the page.

 
Public MethodOverloaded. 

Fills the specified area with the current page BackColor.

 
Public MethodOverloaded. Loads page content from a reader or a file.  
Public MethodOverloaded. Measures the height of the specified text if rendered using the current page settings with the specified width.  
Public MethodOverloaded. Determines the width and height of text string.  
Public MethodOverlays the specified page object on top of the Page.  
Public MethodOverloaded. Saves page content.  
Public MethodSets text top/bottom bounds.  
Public MethodRenders the page's settings and content to a string.  
Top
See Also

Reference

Page Class
GrapeCity.ActiveReports.Document.Section Namespace