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