The PageContextBase type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnLoadFixedPageCompleted |
Called when a load fixed page operation has completed.
| |
| OnPropertyChanged |
Raised the PropertyChanged event.
(Inherited from NotifyPropertyChanged.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| FixedPage |
Gets the fixed page.
| |
| FixedPageError |
Gets the error (if any) that occurred while loading the fixed page.
| |
| FixedPageSize |
Gets the size of the fixed page.
| |
| IsFixedPageOwner |
Determines whether this page instance is the owner of the dynamically loaded fixed page.
| |
| IsInUse |
Determines whether the page is in use and the associated fixed page should be loaded.
| |
| Owner |
Gets the DocumentDataSource owner.
| |
| PageContent |
Gets the page content providing information about the associated fixed page.
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from NotifyPropertyChanged.) |