Click or drag to resize

BaseFormFieldEnforceReadyOnlyWithException Property

Gets or sets a value indicating whether to enforce ready only with the IsFieldReadOnly propery with an exception.

Namespace:  Atalasoft.PdfDoc.Generating.Forms
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool EnforceReadyOnlyWithException { get; set; }

Property Value

Type: Boolean
true if ReadOnly will be enforced with an exception; otherwise, false.
Remarks
When set to true, if IsFieldReadOnly or IsFieldReadOnlyis set to true, this will cause any property
See Also