Click or drag to resize

IconNames Enumeration

Represents the name of an icon to be used in displaying the annotation.

Namespace:  Patagames.Pdf.Enums
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public enum IconNames
Members
  Member nameValueDescription
Note0 Note icon (Default)
Comment1 Comment icon
Key2 Key icon
Help3 Help icon
NewParagraph4 Mew paragraph icon
Paragraph5 Paragraph icon
Insert6 Insert icon
Extended7 Please see ExtendedIconName property
Remarks
Viewer applications should provide predefined icon appearances for at least the following standard names.

Additional names may be supported as well. Default value: Note.

See Also