[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.Page

Page Class

Represents the page.

Inheritance
Page
Namespace: GrapeCity.ActiveReports.Core.Document
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public class Page : IDisposable, ICloneable, ICanvasItemsModifier
Remarks

Internally, all page dimensions are kept in inches.

Constructors

Name Description
Page()

Initializes an instance of class Page.

Properties

Name Description
Annotations

Getsthe annotations.

Bookmarks

Gets the bookmarks.

CanvasItems

Gets readonly collection of canvas items.

CanvasItemsInternal

Provides access to internal read-write canvas items collection

Compress

Gets or sets whether the page is compressed.

DeviceInfo

Gets the device information.

Fonts

Gets or sets the fonts.

Height

Gets or sets the height.

Identifier

Gets unique page identifier (used in PagesCollection to track swapped out pages)

IsPro

Gets whether there is a pro license

MajorVersion

Gets the major version.

Margins

Gets the margins.

Orientation

Gets or sets the orientation.

Pages

Gets the pages collection.

Size

Gets the size of the page in inches.

State

Gets or sets the render state.

Units

Gets or sets the units.

UserPreferences

Gets or sets users preferences.

Width

Gets or sets the width.

Methods

Name Description
AddBookmark(Bookmark)

Adds the bookmark.

AddBookmark(string, float)

Adds the Bookmark.

BuildEvalMessage(float)

Builds the evaluation message.

Clear()

Clears canvas items, bookmarks, fonts and objects tags.

ClearCanvasItems()

Clears canvas items.

Clone()

Performs a cloning of this instance.

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources.

Dispose(bool)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources.

Load(Stream, IImageConverterService)

Loads the page using the stream and image converter service.

Load(string, IImageConverterService)

Loads the page using the filename and image converter service.

Overlay(Page)

Overlays page.

RefreshPageInTheCache()

Refreshes the page in the cache.

Render(ICanvasItemRenderer)

Renders the page using the canvas item renderer.

Save(Stream)

Save data to the specified stream.

Save(string)

Saves data to the specified path.

ToString()

Returns a string that represents the current object.