Click or drag to resize

ImageIsValid 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
an Image object that equals to the given object

Return Value

Type: Boolean
whether this is a valid raster image. If the function returns false the underlying SDF/Cos object is not a valid raster image and this Image object should be treated as null.
See Also