Name | Description | |
---|---|---|
AddBookmark | Summary description for AddBookmark. | |
Clear | Clears all items from all pages. | |
ClearCanvasItems | Clears all CanvasItems from the page. | |
Clone | Creates a clone of the Page object. | |
Dispose | Releases the Page instance from memory. | |
Draw | Renders the page's content to the specified Graphics object at the specified coordinates. | |
DrawBorder | Overloaded. Paints the specified border at the specified coordinates. | |
DrawEllipse | Draws an ellipse on the page. | |
DrawImage | Overloaded. Draws an image on the page. | |
DrawLine | Draws a line on the page at the specified coordinates. | |
DrawRect | Overloaded. Draws a rectangular shape on the page at the specified coordinates. | |
DrawRoundRect | Overloaded. Draws a rounded rectangle on the page at the specified coordinates. | |
DrawText | Overloaded. Draws text on the page. | |
FillRect | Overloaded. Fills the specified area with the current page BackColor. | |
Load | Overloaded. Loads page content from a reader or a file. | |
MeasureParagraphHeight | Overloaded. Measures the height of the specified text if rendered using the current page settings with the specified width. | |
MeasureText | Overloaded. Determines the width and height of text string. | |
Overlay | Overlays the specified page object on top of the Page. | |
Save | Overloaded. Saves page content. | |
SetTextBoundsRange | Sets text top/bottom bounds. | |
ToString | Renders the page's settings and content to a string. |