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

In This Topic
    DestinationStructTreeItems Property
    In This Topic
    Gets or sets the GrapeCity.Documents.Pdf.Structure.StructTreeItemCollection to which the structure items from the source document will be copied.
    Syntax
    'Declaration
     
    Public Property DestinationStructTreeItems As StructTreeItemCollection
    public StructTreeItemCollection DestinationStructTreeItems {get; set;}
    See Also