'Declaration <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)> Public Property ButtonIconFit As PdfAnnotationIconFit
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] public PdfAnnotationIconFit ButtonIconFit { get; set; }
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] public: __property PdfAnnotationIconFit* get_ButtonIconFit(); public: __property void set_ButtonIconFit(
PdfAnnotationIconFit* value
);
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] public:
property PdfAnnotationIconFit^ ButtonIconFit { PdfAnnotationIconFit^ get(); void set(PdfAnnotationIconFit^ value); }