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

Show in webframe

SecondImage Property








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

Property Value

Reference to a RasterImage that contains the rpage on the right 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