PdfDictionaryDictionaryElementsGetDateTime Method Terminal Works - PDF Printing.Net Library
Converts the specified value to DateTime. If the value does not exist, the function returns the specified default value. If the value is not convertible, the function throws an InvalidCastException.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public DateTime GetDateTime(
	string key,
	DateTime defaultValue
)

Parameters

key
Type: SystemString
defaultValue
Type: SystemDateTime

Return Value

Type: DateTime
See Also

Reference