Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / RContentItemLink Class / Page Property

In This Topic
    Page Property (RContentItemLink)
    In This Topic
    Gets or sets the GrapeCity.Documents.Pdf.Page object where this content item is located.
    Syntax
    'Declaration
     
    Public Property Page As Page
    public Page Page {get; set;}
    See Also