VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation Namespace / AnnotationData Class / Comment Property
Синтаксис Требования Смотрите также
В этом разделе
    Comment Свойство (AnnotationData)
    В этом разделе
    Возвращает или задает комментарий аннотации.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The annotation comment.")>
    Public Overridable Property Comment As Vintasoft.Imaging.Annotation.Comments.AnnotationComment
    
    
    [Description("The annotation comment.")]
    public virtual Vintasoft.Imaging.Annotation.Comments.AnnotationComment Comment { get; set; }
    
    
    [Description("The annotation comment.")]
    public: __property virtual Vintasoft.Imaging.Annotation.Comments.AnnotationComment* get_Comment();
    public: __property virtual void set_Comment(
    Vintasoft.Imaging.Annotation.Comments.AnnotationComment* value
    );
    Требования

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

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