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); }