←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly