←Select platform

FirstImage Property

Summary

Gets a reference to a RasterImage that represents the page on the left side.

Syntax

C#
VB
C++
public RasterImage FirstImage { get; } 
Public ReadOnly Property FirstImage As Leadtools.RasterImage 
public: 
property Leadtools.RasterImage^ FirstImage { 
   Leadtools.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

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