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 : PreOpacityImage Property |
public RasterImage PreOpacityImage {get; set;}
'Declaration Public Property PreOpacityImage As RasterImage
'Usage Dim instance As CompositeJpxImages Dim value As RasterImage instance.PreOpacityImage = value value = instance.PreOpacityImage
public: property RasterImage^ PreOpacityImage { RasterImage^ get(); void set ( RasterImage^ value); }