Click or drag to resize

DestinationIsValid Method

Checks if is valid.

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

Return Value

Type: Boolean
Destination 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