PdfHideAction
FieldName Property
|
Gets or sets the unique resource identifier.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string[] FieldName { get; set; }
Public Property FieldName As String()
Get
Set
public:
property array<String^>^ FieldName {
array<String^>^ get ();
void set (array<String^>^ value);
}
member FieldName : string[] with get, set
Property Value
Type:
String
The unique resource identifier.
See Also