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

In This Topic
    CopyArticleThreads Property
    In This Topic
    Gets or sets a value indicating whether to copy GcPdfDocument.ArticleThreads.

    The default is true.

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