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

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

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