 | PdfMKIconFit Property |
Gets or sets an icon fit specifying how to display the widget annotation’s icon within its annotation rectangle.
If present, the icon fit dictionary applies to all of the annotation’s icons (
NormalIcon,
RolloverIcon, and
DownIcon)
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 PdfIconFit IconFit { get; set; }
Public Property IconFit As PdfIconFit
Get
Set
public:
property PdfIconFit^ IconFit {
PdfIconFit^ get ();
void set (PdfIconFit^ value);
}
member IconFit : PdfIconFit with get, set
/** @property */
public PdfIconFit get_IconFit()
/** @property */
public void set_IconFit(PdfIconFit value)
function get_IconFit();
function set_IconFit(value);
Property Value
Type:
PdfIconFit
RemarksApply only to widget annotations associated with pushbutton fields.
See Also