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