Tries to get the
GrapeCity.Documents.Pdf.PdfDateTime value associated with the specified key. If the value does not exist or cannot be converted to the
GrapeCity.Documents.Pdf.PdfDateTime, returns false.
'Declaration
Public Shared Function TryGetPdfDateTime( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByRef As System.Nullable(Of PdfDateTime) _
) As System.Boolean
public static System.bool TryGetPdfDateTime(
IPdfDict ,
PdfName ,
out System.Nullable<PdfDateTime>
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- value
- OUT. When this method returns, contains the GrapeCity.Documents.Pdf.PdfDateTime value.
Return Value
true if value exists; otherwise, false.