 | PdfMKNormalCaption Property |
Gets or sets the widget annotation’s normal caption, displayed when it is not interacting with the user.
Namespace:
Patagames.Pdf.Net.Wrappers
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.57.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.57.2704
Syntaxpublic string NormalCaption { get; set; }
Public Property NormalCaption As String
Get
Set
public:
property String^ NormalCaption {
String^ get ();
void set (String^ value);
}
member NormalCaption : string with get, set
/** @property */
public String get_NormalCaption()
/** @property */
public void set_NormalCaption(String value)
function get_NormalCaption();
function set_NormalCaption(value);
Property Value
Type:
String
RemarksApply only to widget annotations associated with pushbutton fields, check boxes and radio buttons.
See Also