C#
VB
C++
Gets or sets the compression type for an opacity code stream.
public CompositeJpxImageFormat OpacityFormat { get; set; }
Public Property OpacityFormat As Leadtools.Jpeg2000.CompositeJpxImageFormat
public:
property Leadtools.Jpeg2000.CompositeJpxImageFormat OpacityFormat {
Leadtools.Jpeg2000.CompositeJpxImageFormat get();
void set ( Leadtools.Jpeg2000.CompositeJpxImageFormat );
}
This field specifies the compression type of the opacity channels code stream.
This value is used only when saving a layer (i.e. Jpeg2000Engine.SaveComposite) otherwise it is ignored.
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