←Select platform

Vertical Property

Summary

Indicates whether the ExObjObject.RegionVertical should be populated.

Syntax
C#
VB
C++
public bool Vertical {get; set;} 
Public Property Vertical() As Boolean 
   Get 
   Set 
public:  
   property bool Vertical 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to populate ExObjObject.RegionVertical when calling ExObjData.CalculateRegion; otherwise, false. The default value is false.

Example

For an example, refer to ExtractObjectsCommand.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.