Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsSaveOptions Class : InitAlpha Property |
public bool InitAlpha {get; set;}
'Declaration
Public Property InitAlpha As Boolean
'Usage
Dim instance As CodecsSaveOptions Dim value As Boolean instance.InitAlpha = value value = instance.InitAlpha
public bool InitAlpha {get; set;}
@property (nonatomic, assign) BOOL initAlpha
public boolean getInitAlpha() public void setInitAlpha(boolean value)
<br/>get_InitAlpha();<br/>set_InitAlpha(value);<br/>Object.defineProperty('InitAlpha');
The default value for this property is true.
When saving 32-bit or 64-bit images, you should set this property to false if you wish to retain the alpha channel in the output file.