EpsImageCreationDateString Property |
Gets he CreationDate field string value
Namespace: Aspose.Imaging.FileFormats.EpsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic string CreationDateString { get; }
Public ReadOnly Property CreationDateString As String
Get
public:
property String^ CreationDateString {
String^ get ();
}
member CreationDateString : string with get
Property Value
Type:
String
The CreationDate field string value
See Also