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

Show in webframe

FirstImage Property








Gets a reference to a RasterImage that represents the page on the left side.
Syntax
public RasterImage FirstImage {get;}
'Declaration
 
Public ReadOnly Property FirstImage As RasterImage
'Usage
 
Dim instance As AutoPageSplitterCommand
Dim value As RasterImage
 
value = instance.FirstImage
public RasterImage FirstImage {get;}
 get_FirstImage(); 
public:
property RasterImage^ FirstImage {
   RasterImage^ get();
}

Property Value

Reference to a RasterImage that contains the page on the left side. Null is returned if the command failed to find the splitting column.
Example
Refer to the AutoPageSplitterCommand example.
Requirements

Target Platforms

See Also

Reference

AutoPageSplitterCommand Class
AutoPageSplitterCommand Members

Error processing SSI file