DestinationIsValid Method |
Checks if is valid.
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:
BooleanDestination object equals to the specified object
Return Value
Type:
Boolean True if this is a valid Destination and can be resolved, false otherwise.
Remarks If this method returns false the underlying SDF/Cos object is null and
the Action object should be treated as null as well.
See Also