Click or drag to resize

DateIsValid Method

Indicates whether the Date is valid (non-null).

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool IsValid()

Return Value

Type: Boolean
True if this is a valid (non-null) Date; otherwise false.
Remarks
If this method returns false the underlying SDF/Cos object is null and the Date object should be treated as null as well.
See Also