Click or drag to resize

PageIsValid 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
a Page equals to the given Page object

Return Value

Type: Boolean
true if this is a valid (non-null) page, false otherwise. If the function returns false the underlying SDF/Cos object is null or is not valid.
See Also