←Select platform

SplittingCoordinate Property

Summary

Gets the column number at which the pages are split.

Syntax

C#
VB
C++
public int SplittingCoordinate { get; } 
Public ReadOnly Property SplittingCoordinate As Integer 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly