Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / MergeDocumentOptions Class / MergeStructTree Property

In This Topic
    MergeStructTree Property
    In This Topic
    Gets or sets a value indicating whether to merge structure trees.

    The default is false.

    Syntax
    'Declaration
     
    Public Property MergeStructTree As System.Boolean
    public System.bool MergeStructTree {get; set;}
    See Also