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

In This Topic
    CopyAssociatedFiles Property
    In This Topic
    Gets or sets a value indicating whether to copy GcPdfDocument.AssociatedFiles.

    The default is true.

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