Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / EmbeddedFileStream Class / ModificationDate Property

In This Topic
    ModificationDate Property
    In This Topic
    Gets or sets the date and time when the embedded file was last modified.
    Syntax
    'Declaration
     
    Public Property ModificationDate As System.Nullable(Of PdfDateTime)
    public System.Nullable<PdfDateTime> ModificationDate {get; set;}
    See Also