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

Show in webframe

SplittingCoordinate Property








Gets the column number at which the pages are split.
Syntax
public int SplittingCoordinate {get;}
'Declaration
 
Public ReadOnly Property SplittingCoordinate As Integer
'Usage
 
Dim instance As AutoPageSplitterCommand
Dim value As Integer
 
value = instance.SplittingCoordinate
public int SplittingCoordinate {get;}
 get_SplittingCoordinate(); 
public:
property int SplittingCoordinate {
   int get();
}

Property Value

Contains the column number at which the pages are split. Zero is returned if the command failed.
Example
Refer to the AutoPageSplitterCommand example.
Requirements

Target Platforms

See Also

Reference

AutoPageSplitterCommand Class
AutoPageSplitterCommand Members

Error processing SSI file