Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / MergeDocumentOptions Class / DestinationStructElements Property

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