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