VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationView Class / ModifiedTime Property
Синтаксис Требования Смотрите также
В этом разделе
    ModifiedTime Свойство (AnnotationView)
    В этом разделе
    Возвращает или задает время последнего изменения этой аннотации.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The last time this annotation was modified.")>
    Public Property ModifiedTime As System.DateTime
    
    
    [Description("The last time this annotation was modified.")]
    public System.DateTime ModifiedTime { get; set; }
    
    
    [Description("The last time this annotation was modified.")]
    public: __property System.DateTime get_ModifiedTime();
    public: __property void set_ModifiedTime(
    System.DateTime value
    );
    [Description("The last time this annotation was modified.")]
    public:
    property System.DateTime ModifiedTime { System.DateTime get(); void set(System.DateTime value); }
    Требования

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

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