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.
|
See Also