PreOpacityFormat Property

Summary

Gets or sets the compression type for a pre-multiplied opacity code stream.

Syntax
C#
VB
C++
public CompositeJpxImageFormat PreOpacityFormat { get; set; } 
  
Public Property PreOpacityFormat As CompositeJpxImageFormat 
public: 
property CompositeJpxImageFormat PreOpacityFormat { 
   CompositeJpxImageFormat get(); 
   void set (    CompositeJpxImageFormat ); 
} 

Property Value

This field specifies the compression type of the pre-multiplied opacity channels code stream.

Remarks

This value is used only when saving a layer (i.e. Jpeg2000Engine.SaveComposite) otherwise it is ignored.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly