VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfWidgetAnnotation Class / AppearanceCharacteristics Property
Syntax Remarks Requirements SeeAlso
In This Topic
    AppearanceCharacteristics Property (PdfWidgetAnnotation)
    In This Topic
    Gets or sets an appearance characteristics to be used in constructing a dynamic appearance stream specifying the annotation visual presentation on the page.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(null)>
    <CategoryAttribute("Appearance")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)>
    <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
    
    
    [DefaultValue(null)]
    [Category("Appearance")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    [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; }
    
    
    [DefaultValue(null)]
    [Category("Appearance")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    [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
    );
    [DefaultValue(null)]
    [Category("Appearance")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    [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); }
    Remarks

    If this property is set in the widget annotation, viewers regenerate the entire appearance stream. If this property is not present, the contents of the stream outside /Tx BMC ... EMC are preserved.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also