TiffIsEditableMultiPage Method (GdPictureImaging)
Checks whether the specified image, represented by its unique image identifier, is an editable multipage TIFF image, that means it has not been opened as read-only.
public bool TiffIsEditableMultiPage(
int
)
public function TiffIsEditableMultiPage(
: Integer
): Boolean;
public function TiffIsEditableMultiPage(
: int
) : boolean;
public: bool TiffIsEditableMultiPage(
int
)
public:
bool TiffIsEditableMultiPage(
int
)
'Declaration
Public Function TiffIsEditableMultiPage( _
ByVal As Integer _
) As Boolean
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.