Click or drag to resize

PdfLiteSettingsDocumentSettings Property

Gets or sets a value indicating the document settings which should be used.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfDocumentSettings DocumentSettings { get; set; }

Property Value

Type: PdfDocumentSettings
PdfDocumentSettings for the PdfWebControlLite.
Remarks

These settings can be combined as they are bit flags.

To "Unlock" original form fields, neither DisableAddFormFields nor DisableDeleteFormFields can be set.

See Also