Contains bindable page context.
Inheritance Hierarchy
FirstFloor.DocumentsNotifyPropertyChanged
FirstFloor.Documents.ControlsPageContextBase
FirstFloor.Documents.ControlsPageContext
Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
The PageContext type exposes the following members.
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 PageContextBaseIsFixedPageOwner.) |
![]() | IsInUse |
Determines whether the page is in use and the associated fixed page should be loaded.
(Overrides PageContextBaseIsInUse.) |
![]() | 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.
|
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 PageContextBaseOnLoadFixedPageCompleted(FixedPage, Exception).) |
![]() | OnPropertyChanged |
Raised the PropertyChanged event.
(Inherited from NotifyPropertyChanged.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Occurs when a property value changes.
(Inherited from NotifyPropertyChanged.) |
See Also