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

In This Topic
    CopyNamedDestinations Property
    In This Topic
    Gets or sets a value indicating whether to copy GcPdfDocument.NamedDestinations. By default this property is false.

    Note that if the source document contains destinations with same names as in the target document, then those destinations will be skipped. A more complex logic can be implemented programmatically.

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