VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Office.UI Namespace / OfficeAnnotationView Class / AutoHeight Property
Синтаксис Требования Смотрите также
В этом разделе
    AutoHeight Свойство (OfficeAnnotationView)
    В этом разделе
    Возвращает или задает значение, указывающее, зависит ли высота аннотации от размера содержимого документа.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether the annotation's height depends on the document content size.")>
    Public Property AutoHeight As Boolean
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether the annotation's height depends on the document content size.")]
    public bool AutoHeight { get; set; }
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether the annotation's height depends on the document content size.")]
    public: __property bool get_AutoHeight();
    public: __property void set_AutoHeight(
    bool value
    );
    [DefaultValue(False)]
    [Description("A value indicating whether the annotation's height depends on the document content size.")]
    public:
    property bool AutoHeight { bool get(); void set(bool value); }

    Property Value

    Значение по умолчанию - false.
    Требования

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

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