'Declaration <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)> <CategoryAttribute("Appearance")> <DefaultValueAttribute(null)> <DescriptionAttribute("An appearance characteristics to be used in constructing a dynamic appearance stream specifying the annotation visual presentation on the page.")> Public Property AppearanceCharacteristics As PdfAnnotationAppearanceCharacteristics
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)] [Category("Appearance")] [DefaultValue(null)] [Description("An appearance characteristics to be used in constructing a dynamic appearance stream specifying the annotation visual presentation on the page.")] public PdfAnnotationAppearanceCharacteristics AppearanceCharacteristics { get; set; }
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)] [Category("Appearance")] [DefaultValue(null)] [Description("An appearance characteristics to be used in constructing a dynamic appearance stream specifying the annotation visual presentation on the page.")] public: __property PdfAnnotationAppearanceCharacteristics* get_AppearanceCharacteristics(); public: __property void set_AppearanceCharacteristics(
PdfAnnotationAppearanceCharacteristics* value
);
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)] [Category("Appearance")] [DefaultValue(null)] [Description("An appearance characteristics to be used in constructing a dynamic appearance stream specifying the annotation visual presentation on the page.")] public:
property PdfAnnotationAppearanceCharacteristics^ AppearanceCharacteristics { PdfAnnotationAppearanceCharacteristics^ get(); void set(PdfAnnotationAppearanceCharacteristics^ value); }