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