

public sealed class Page
System.Object
Xceed.PdfLibrary.NET.Page
| Name | Description | |
|---|---|---|
![]() | FormFields | Gets the form fields. |
![]() | Graphics | Gets the graphics. |
![]() | Hyperlinks | Gets the hyperlinks. |
![]() | Id | Gets the identifier. |
![]() | Images | Gets the images. |
![]() | OrderedText | Useful for when texts are not on the same lines to order them from top left to bottom right. Not useful when using tables or columns of texts. |
![]() | PageSettings | Gets or sets the page settings for this specific page. When set, the page's Width, Height, and Margins will be updated accordingly. |
![]() | Paths | Gets the paths. |
![]() | Rotation | Gets the rotation. |
![]() | Text | Returns the text in the order it is added in the pdf, not always the same as the visual result. |
![]() | Watermarks | TODO : Evaluate if Watermarks must be in Graphics. |
![]() | Words | Only for languages where words are separated by spaces, not for some asian languages. |
| Name | Description | |
|---|---|---|
![]() | AddParagraph | Overloaded. This method evaluate first the Margin property, and the starting point of draw the text will be the Margin + verticalPosition, for Top-Left. About the width of the text, this will be limited by the Margin property bounds. In the case of the Height, no matter what's the value inserted, this will be limited too by the Margin.Bottom bounds, playing with Page.Height property. |
![]() | AddText | Overloaded. Adds a text. |
![]() | GetTextFromArea | Get Text from a rect which is related to top left. |
![]() | ToString | Convert this instance into a string representation. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.