Click or drag to resize

PdfButtonFieldNamedAction Property

Gets or sets the button's 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 string NamedAction { get; set; }

Property Value

Type: String
Remarks

This property will return null if IsNamedAction is false.

This property can not be changed if IsLocked is true.

Setting this property will disable any reset or submit actions.

NOTE: While any string can be set to this property, not all values are supported or output to PDF!

See Also