Click or drag to resize

PdfButtonFieldIsNamedAction Property

Gets a value which indicates whether or not this button form field triggers a named action (e.g. "Print").

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool IsNamedAction { get; }

Property Value

Type: Boolean
Remarks

This property can not be changed if IsLocked is true.

See Also