C#
VB
C++
Gets or sets the compression type for a pre-multiplied opacity code stream.
public CompositeJpxImageFormat PreOpacityFormat { get; set; }
Public Property PreOpacityFormat As Leadtools.Jpeg2000.CompositeJpxImageFormat
public:
property Leadtools.Jpeg2000.CompositeJpxImageFormat PreOpacityFormat {
Leadtools.Jpeg2000.CompositeJpxImageFormat get();
void set ( Leadtools.Jpeg2000.CompositeJpxImageFormat );
}
This field specifies the compression type of the pre-multiplied 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