The Page type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ApplyLayout(LayoutDefinition) | ||
| ApplyLayout(TileMode) | ||
| AutoConfigure | Configures this page in a default way.
| |
| AutoConfigure(Page) | Configures this page using settings from the specified source page.
| |
| Duplicate | Obsolete. Returns a copy of this Page intended to be attached
immediately.
| |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVisualBounds(Visual) |
Gets the bounds of a visual in the user interface.
| |
| GetVisualBounds(Visual, Rectangle) |
Gets the bounds of a visual given a rectangle defining a visualization area.
| |
| GetVisualizationAreaSize |
Gets the size of the visualization area in the user interface.
| |
| RenderAsync |
Renders the page asynchronously to a PNG image with the specified settings.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| GetServiceTService |
Convenience generic extension method that calls GetService(Type) and casts the result.
(Defined by Extensions.) |
Explicit Interface Implementations
See Also