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