DocumentPage Class
Represents a document page produced by a paginator.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | DocumentPage(Visual^) | Initializes a new instance of the DocumentPage class by using the specified Visual. |
![]() | DocumentPage(Visual^, Size, Rect, Rect) | Initializes a new instance of the DocumentPage class by using the specified Visual and box sizes. |
| Name | Description | |
|---|---|---|
![]() | BleedBox | When overridden in a derived class, gets the area for print production-related bleeds, registration marks, and crop marks that may appear on the physical sheet outside the logical page boundaries. |
![]() | ContentBox | When overridden in a derived class, gets the area of the page within the margins. |
![]() | Size | When overridden in a derived class, gets the actual size of a page as it will be following any cropping. |
![]() | Visual | When overridden in a derived class, gets the visual representation of the page. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the DocumentPage. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnPageDestroyed(EventArgs^) | Raises the PageDestroyed event. |
![]() | SetBleedBox(Rect) | Sets the dimensions and location of the BleedBox. |
![]() | SetContentBox(Rect) | Sets the dimension and location of the ContentBox. |
![]() | SetSize(Size) | Sets the Size of the physical page as it will be after any cropping. |
![]() | SetVisual(Visual^) | Sets the Visual that depicts the page. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PageDestroyed | Occurs when the Visual that depicts the DocumentPage is destroyed and can no longer be used for display. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





