Click or drag to resize

DocumentAppendingEventArgsAllowFindMatchingPdf Property

Gets or sets a value indicating whether RAD PDF should use a hashing algorithm to try and find an identical copy of the PDF previously used and re-use its already generated resources.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public bool AllowFindMatchingPdf { get; set; }

Property Value

Type: Boolean
true if identical PDF files should be searched for when appending this DataToAppend; otherwise false. The default is true.
Remarks

RAD PDF will only match PDF files loaded the same DPI (RenderDpi).

The default and recommended value of this property is true.

Setting this property to false may degrade server's performance.

At present, this property will only find PDFs previously used with the CreateDocument(String, Byte, PdfDocumentSettings) and which are fully rendered.

This property has no effect unless AppendType is Data.

See Also