OpacityFormat Property

Summary

Gets or sets the compression type for an opacity code stream.

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

Property Value

This field specifies the compression type of the 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