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.48.0.0 (3.48.0.0)
Syntax public bool IsNamedAction { get; }
Public ReadOnly Property IsNamedAction As Boolean
Get
Property Value
Type:
BooleanRemarks
This property can not be changed if IsLocked is true.
See Also