Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

GWireImage Property








RasterImage object that references the image to be used in the command.
Syntax
public RasterImage GWireImage {set;}
'Declaration
 
Public WriteOnly Property GWireImage As RasterImage
'Usage
 
Dim instance As GWireCommand
 
instance.GWireImage = value
public RasterImage GWireImage {set;}
 set_GWireImage(value); 
public:
property RasterImage^ GWireImage {
   void set (    RasterImage^ value);
}

Property Value

Supported images is 12 and 16-bit grayscale and 48 and 64-bit color. (Support for 12 and 16-bit grayscale and 48 and 64-bit color images is only available in the Document/Medical Imaging toolkits.)
Requirements

Target Platforms

See Also

Reference

GWireCommand Class
GWireCommand Members

Error processing SSI file