PdfLiteSettingsUseHash Property |
Gets or sets a value indicating whether a hash should be used allowing resources to be shared amonng instances of the same PDF document.
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool UseHash { get; set; }
Public Property UseHash As Boolean
Get
Set
Property Value
Type:
Booleantrue if a PDF hash should be used; otherwise
false. The default is
true.
Remarks
This hash is only used for non-password protected files.
Once a file is appended, the hash does not apply to those pages.
See Also