Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / StructElement Class / DefaultPage Property

In This Topic
    DefaultPage Property
    In This Topic
    Gets or sets a GrapeCity.Documents.Pdf.Page object used as the default page for the content items owned by this StructElement.
    Syntax
    'Declaration
     
    Public Property DefaultPage As Page
    public Page DefaultPage {get; set;}
    See Also