Xceed PDF Library for .NET Documentation v1.0
Xceed.PdfLibrary.NET Assembly / Xceed.PdfLibrary.NET Namespace / Page Class
In This Topic
    Page Class
    In This Topic
    A page. This class cannot be inherited.
    Object Model
    Page ClassLayoutResult ClassLayoutResult ClassPageFormFieldCollection ClassFormField ClassCanvas ClassPageHyperlinkCollection ClassHyperlink ClassPageSettings ClassPageWatermarkCollection ClassWatermark Class
    Syntax
    public sealed class Page 
    Inheritance Hierarchy

    System.Object
       Xceed.PdfLibrary.NET.Page

    Public Properties
     NameDescription
    Public PropertyGets the form fields.  
    Public PropertyGets the graphics.  
    Public PropertyGets the hyperlinks.  
    Public PropertyGets the identifier.  
    Public PropertyGets the images.  
    Public Property 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.  
    Public Property Gets or sets the page settings for this specific page. When set, the page's Width, Height, and Margins will be updated accordingly.  
    Public PropertyGets the paths.  
    Public PropertyGets the rotation.  
    Public Property Returns the text in the order it is added in the pdf, not always the same as the visual result.  
    Public PropertyTODO : Evaluate if Watermarks must be in Graphics.  
    Public PropertyOnly for languages where words are separated by spaces, not for some asian languages.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  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.  
    Public MethodOverloaded. Adds a text.  
    Public MethodGet Text from a rect which is related to top left.  
    Public MethodConvert this instance into a string representation.  
    Top
    Supported Frameworks

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

    See Also