Accusoft.ImagXpressSdk Namespace > Processor Class : AlphaRemove Method |
'Declaration Public Sub AlphaRemove()
'Usage Dim instance As Processor instance.AlphaRemove()
public void AlphaRemove()
public: void AlphaRemove();
public: void AlphaRemove();
The alpha channel is removed from a 32 bit image, to create a 24-bit image without an alpha channel. The alpha channel information is not saved.
Note: The current image must be a signed 32 bit image including alpha information prior to calling this method, or an exception is thrown.