The PageContext 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.
(Overrides PageContextBase..::..OnLoadFixedPageCompleted(FixedPage, Exception).) | |
| OnPropertyChanged |
Raised the PropertyChanged event.
(Inherited from NotifyPropertyChanged.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| DesiredPageContainerSize |
Gets or sets the desired size of the page container.
| |
| DesiredPageScale |
Gets or sets the desired page scale.
| |
| FixedPage |
Gets the fixed page.
(Inherited from PageContextBase.) | |
| FixedPageError |
Gets the error (if any) that occurred while loading the fixed page.
(Inherited from PageContextBase.) | |
| FixedPageSize |
Gets the size of the fixed page.
(Inherited from PageContextBase.) | |
| IsFixedPageOwner |
Determines whether this page instance is the owner of the dynamically loaded fixed page.
(Overrides PageContextBase..::..IsFixedPageOwner.) | |
| IsInUse |
Determines whether the page is in use and the associated fixed page should be loaded.
(Overrides PageContextBase..::..IsInUse.) | |
| Owner |
Gets the DocumentDataSource owner.
(Inherited from PageContextBase.) | |
| PageContent |
Gets the page content providing information about the associated fixed page.
(Inherited from PageContextBase.) | |
| TextContainer |
Gets or sets the text container that is available for this page instance.
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from NotifyPropertyChanged.) |