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

Show in webframe

TransformedBitmap Property








Gets or sets a reference to a RasterImage that contains the output (transformed) image.
Syntax
public RasterImage TransformedBitmap {get; set;}
'Declaration
 
Public Property TransformedBitmap As RasterImage
'Usage
 
Dim instance As KeyStoneCommand
Dim value As RasterImage
 
instance.TransformedBitmap = value
 
value = instance.TransformedBitmap
public RasterImage TransformedBitmap {get; set;}
@property (nonatomic, strong, readonly, nullable) LTRasterImage *transformedBitmap
public RasterImage getTransformedBitmap()
 <br/>get_TransformedBitmap();<br/>set_TransformedBitmap(value);<br/>Object.defineProperty('TransformedBitmap'); 
public:
property RasterImage^ TransformedBitmap {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

The output (transformed) image.
Example
Refer to the KeyStoneCommand example.
Requirements

Target Platforms

See Also

Reference

KeyStoneCommand Class
KeyStoneCommand Members

Error processing SSI file