'Declaration
Public Function TiffIsMultiPage( _ ByVal ImageID As Integer _ ) As Boolean
public bool TiffIsMultiPage( int ImageID )
public function TiffIsMultiPage( ImageID: Integer ): Boolean;
public function TiffIsMultiPage( ImageID : int ) : boolean;
public: bool TiffIsMultiPage( int ImageID )
public: bool TiffIsMultiPage( int ImageID )
Parameters
- ImageID
- A unique image identifier of the GdPicture image representing a required TIFF image.
Return Value
true if the specified image is a multipage TIFF image, otherwise false. The GdPictureImaging.GetStat method can be subsequently used to determine if this method has been successful.