public PdfAttachIconType IconType { get; set; }
Public Property IconType As PdfAttachIconType
Get
Set
public:
property PdfAttachIconType IconType {
PdfAttachIconType get ();
void set (PdfAttachIconType value);
}
member IconType : PdfAttachIconType with get, set