This documentation is archived and is not being maintained.
DocumentPage Class
Visual Studio 2010
Represents a document page produced by a paginator.
Assembly: PresentationCore (in PresentationCore.dll)
The DocumentPage type exposes the following members.
| 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 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.) |
![]() | OnPageDestroyed | Raises the PageDestroyed event. |
![]() | SetBleedBox | Sets the dimensions and location of the BleedBox. |
![]() | SetContentBox | Sets the dimension and location of the ContentBox. |
![]() | SetSize | Sets the Size of the physical page as it will be after any cropping. |
![]() | SetVisual | 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. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
