VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentInformation Class / ModifyRawDate Property
Синтаксис Требования Смотрите также
В этом разделе
    ModifyRawDate Свойство (PdfDocumentInformation)
    В этом разделе
    Возвращает необработанную дату и время последнего изменения документа.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The raw date and time the document was most recently modified.")>
    Public ReadOnly Property ModifyRawDate As System.DateTimeOffset
    
    
    [Description("The raw date and time the document was most recently modified.")]
    public System.DateTimeOffset ModifyRawDate { get; }
    
    
    [Description("The raw date and time the document was most recently modified.")]
    public: __property System.DateTimeOffset get_ModifyRawDate();
    
    
    
    [Description("The raw date and time the document was most recently modified.")]
    public:
    property System.DateTimeOffset ModifyRawDate { System.DateTimeOffset get(); }
    Требования

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

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