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