←Select platform

SecondImage Property

Summary

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

Syntax
C#
VB
C++
public RasterImage SecondImage { get; } 
Public ReadOnly Property SecondImage As RasterImage 
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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly