←Select platform

Intent Property

Summary

Intent of this text object.

Syntax
C#
VB
C++
public string Intent {get; set;} 
Public Property Intent() As String 
   Get 
   Set 
public:  
   property String^ Intent 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The intent of this text object. The default value is null, which means default text with no intent.

Remarks

The default value of null indicates normal text with no intent. Or, set the value to any of the IntentText constants defined in PDFTextAnnotation, such as IntentFreeTextTypeWriter or IntentFreeTextCallout.

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.Pdf Assembly