VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfWidgetAnnotation Class / AppearanceCharacteristics Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    AppearanceCharacteristics Свойство (PdfWidgetAnnotation)
    В этом разделе
    Возвращает или задает характеристики внешнего вида, которые будут использоваться при построении динамического потока внешнего вида, определяющего визуальное представление аннотации на странице.
    Синтаксис
    '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); }
    Ремарки

    Если это свойство задано в Widget-аннотации, зрители регенерируют весь поток внешнего вида. Если это свойство отсутствует, содержимое потока за пределами /Tx BMC ... EMC сохраняется.

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также