Indicates whether the Date is valid (non-null).
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function IsValid As Boolean
public:
virtual bool IsValid() sealed
Return Value
Type:
BooleanTrue 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