Represents a PDF document page
| C# | Visual Basic | Visual C++ |
public class PdfPage : ElementsRenderer
Public Class PdfPage Inherits ElementsRenderer
public ref class PdfPage : public ElementsRenderer
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AddElement(PageElement) |
Add the specified element to this page.
(Overrides ElementsRenderer.AddElement(PageElement).) | |
| ClientRectangle |
Gets the drawable area of the renderer. The margins, document header and footer are excluded.
(Inherited from ElementsRenderer.) | |
| CustomFooterTemplate |
Represents the custom footer template for the page. It will replace the document footer template
on this page.
| |
| CustomHeaderTemplate |
Represents the custom header template for the page. It will replace the document header template
on this page.
| |
| Document |
The parent document of this page
| |
| Equals(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.) | |
| Margins |
Gets the page margins
| |
| MeasureString(String, PdfFont) |
Measures the size of the specified string when rendered with the specified font.
(Inherited from ElementsRenderer.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Orientation |
The PDF page orientation
| |
| PageIndex |
The page index in pages collection
| |
| PageSize |
Gets the PDF page size in points.
| |
| RotationAngle |
The PDF page rotation
| |
| ShowFooterTemplate |
Show footer on this page.
| |
| ShowHeaderTemplate |
Show header on this page.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | ||
| ElementsRenderer | ||
| PdfPage | ||
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)