[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.MergeDocumentOptions.RemoveDuplicateImages

RemoveDuplicateImages Property

RemoveDuplicateImages

Gets or sets a value indicating whether to remove duplicate images after merging. If true, the RemoveDuplicateImages() method will be called when the merging is complete.

The default is false.

Declaration
public bool RemoveDuplicateImages { get; set; }
Public Property RemoveDuplicateImages As Boolean