Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public bool UseHash { get; set; }

Property Value

Type: Boolean
true 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