PdfWebControlAllowFindMatchingPdf 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: 3.48.0.0 (3.48.0.0)
Syntax public bool AllowFindMatchingPdf { get; set; }
Public Property AllowFindMatchingPdf As Boolean
Get
Set
Property Value
Type:
Booleantrue 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