VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / Modified Property
Синтаксис Требования Смотрите также
В этом разделе
    Modified Свойство (PdfAnnotation)
    В этом разделе
    Возвращает или задает дату и время последнего изменения аннотации.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Common")>
    <DescriptionAttribute("The date and time when the annotation was most recently modified.")>
    Public Property Modified As System.DateTime
    
    
    [Category("Common")]
    [Description("The date and time when the annotation was most recently modified.")]
    public System.DateTime Modified { get; set; }
    
    
    [Category("Common")]
    [Description("The date and time when the annotation was most recently modified.")]
    public: __property System.DateTime get_Modified();
    public: __property void set_Modified(
    System.DateTime value
    );
    [Category("Common")]
    [Description("The date and time when the annotation was most recently modified.")]
    public:
    property System.DateTime Modified { 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

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