'Declaration <CategoryAttribute("Appearance")> <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)> Public Property AppearanceGenerator As PdfAnnotationAppearanceGenerator
[Category("Appearance")] [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] public PdfAnnotationAppearanceGenerator AppearanceGenerator {get; set;}
[Category("Appearance")] [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] public: __property PdfAnnotationAppearanceGenerator* get_AppearanceGenerator(); public: __property void set_AppearanceGenerator( PdfAnnotationAppearanceGenerator* value );
[Category("Appearance")] [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] public: property PdfAnnotationAppearanceGenerator^ AppearanceGenerator { PdfAnnotationAppearanceGenerator^ get(); void set ( PdfAnnotationAppearanceGenerator^ value); }