Gets the
GrapeCity.Documents.Pdf.PdfDateTime value associated with the specified key. If the value does not exist or cannot be converted to a
GrapeCity.Documents.Pdf.PdfDateTime, returns (which can be null).
'Declaration
Public Shared Function GetPdfDateTime( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Nullable(Of PdfDateTime) _
) As System.Nullable(Of PdfDateTime)
public static System.Nullable<PdfDateTime> GetPdfDateTime(
IPdfDict ,
PdfName ,
System.Nullable<PdfDateTime>
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- defValue
- The default value.
Return Value
The value associated with the specified key, or null.