Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.7
|
Leadtools.Jpeg2000 Namespace > CompositeJpxImages Class : OpacityImage Property |
public RasterImage OpacityImage {get; set;}
'Declaration Public Property OpacityImage As RasterImage
'Usage Dim instance As CompositeJpxImages Dim value As RasterImage instance.OpacityImage = value value = instance.OpacityImage
public: property RasterImage^ OpacityImage { RasterImage^ get(); void set ( RasterImage^ value); }