←Select platform

CellTextTypes Property

Summary

(Read only) Gets the orientation type of text inside the table's cell.

Syntax
C#
VB
C++
public IList<TextType> CellTextTypes { get; } 
Public ReadOnly Property CellTextTypes As IList(Of TextType) 
public: 
property IList<TextType>^ CellTextTypes { 
   IList<TextType>^ get(); 
} 

Property Value

A TextType list that represents the text orientation for each cell.

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