Click or drag to resize

DocumentAppendingEventArgs.AllowFindMatchingPdf 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: 4.1.0.0 (4.1.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
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!