←Select platform

CharacterIndex Property

Summary

The character index.

Syntax
C#
VB
C++
public int CharacterIndex { get; set; } 
Public Property CharacterIndex() As Integer 
   Get 
   Set 
public:  
   property Int32 CharacterIndex 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The character index to represent. -1 is allowed.

Remarks

A value of -1 indicates that the actual last character of the page text may not be known, and when the DocumentPageText is retrieved, internal operations will translate the value into the last character's index.

History

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

Leadtools.Document.Viewer.WinForms Assembly

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