Gets or sets a value indicating whether to save the alpha channel as lossless.
public bool AlphaChannelLossless { get; set; }
Public Property AlphaChannelLossless As Boolean
public bool AlphaChannelLossless {get; set;}
@property (nonatomic, assign) BOOL alphaChannelLossless
public boolean getAlphaChannelLossless()
public void setAlphaChannelLossless(boolean value)
<br/>get_AlphaChannelLossless();<br/>set_AlphaChannelLossless(value);<br/>Object.defineProperty('AlphaChannelLossless');
true to save the alpha channel as lossless; false, otherwise.
The default value is true. The resulting image is 32-bit. The value of this property controls the compression type of alpha channel for J2K/JP2 lossy compression. This option should be used on a 32-bit bitmap otherwise it has no effect.
For an example, refer to CodecsJpeg2000Options.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET