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

In This Topic
    CopyOptionalContent Property
    In This Topic
    Gets or sets a value indicating whether to copy GcPdfDocument.OptionalContent.

    The default is true.

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