Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Metadata Class / MetadataDate Property

In This Topic
    MetadataDate Property
    In This Topic
    Gets or sets the metadata date. Maps to XMP 'MetadataDate' property. If null, the current date/time is used.
    Syntax
    'Declaration
     
    Public Property MetadataDate As System.Nullable(Of Date)
    public System.Nullable<DateTime> MetadataDate {get; set;}
    See Also