Click or drag to resize

PdfWebControl.AllowFindMatchingPdf Property

Gets or sets a value indicating whether a PdfWebControl instance 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.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax
public bool AllowFindMatchingPdf { get; set; }

Property Value

Type: Boolean
true if identical PDF files should be searched for when loading a new document; otherwise false. The default is true.
Remarks

To have an effect, this property must be set before CreateDocument(String,Byte[]) is called. 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.

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!