'Declaration
Public Overloads Function RemoveHolePunch( _ ByVal ImageID As Integer _ ) As GdPictureStatus
public GdPictureStatus RemoveHolePunch( int ImageID )
public function RemoveHolePunch( ImageID: Integer ): GdPictureStatus;
public function RemoveHolePunch( ImageID : int ) : GdPictureStatus;
public: GdPictureStatus RemoveHolePunch( int ImageID )
public: GdPictureStatus RemoveHolePunch( int ImageID )
Parameters
- ImageID
- GdPicture image identifier.
Be aware that only 1, 8 and 24 bit per pixel images are supported.
Return Value
A member of the GdPictureStatus enumeration.
If the method has been successfully followed, then the return value is GdPictureStatus.OK. We strongly recommend always checking this status first.