 | PdfMKNormalIcon Property |
Gets a
PdfPageObjectsCollection defining the widget annotation’s normal icon, 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 PdfPageObjectsCollection NormalIcon { get; }
Public ReadOnly Property NormalIcon As PdfPageObjectsCollection
Get
public:
property PdfPageObjectsCollection^ NormalIcon {
PdfPageObjectsCollection^ get ();
}
member NormalIcon : PdfPageObjectsCollection with get
/** @property */
public PdfPageObjectsCollection get_NormalIcon()
function get_NormalIcon();
Property Value
Type:
PdfPageObjectsCollection
RemarksApply only to widget annotations associated with pushbutton fields.
See Also