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

In This Topic
    RemoveDuplicateImages Property
    In This Topic
    Gets or sets a value indicating whether to remove duplicate images after merging. If true, the GcPdfDocument.RemoveDuplicateImages method will be called when the merging is complete.

    The default is false.

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