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

Show in webframe

TemplateImage Property








Sets and gets the image to be aligned with the reference image.
Syntax
public RasterImage TemplateImage {get; set;}
'Declaration
 
Public Property TemplateImage As RasterImage
'Usage
 
Dim instance As AlignImagesCommand
Dim value As RasterImage
 
instance.TemplateImage = value
 
value = instance.TemplateImage
public RasterImage TemplateImage {get; set;}
@property (nonatomic, strong, nullable) LTRasterImage *templateImage
public void setTemplateImage(RasterImage value)
            
 <br/>get_TemplateImage();<br/>set_TemplateImage(value);<br/>Object.defineProperty('TemplateImage'); 
public:
property RasterImage^ TemplateImage {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

Reference to a RasterImage that contains the image to be registered.
Example
Refer to the AlignImagesCommand example.
Requirements

Target Platforms

See Also

Reference

AlignImagesCommand Class
AlignImagesCommand Members

Error processing SSI file