←Select platform

Intent Property

Summary

Intent of this text object.

Syntax
C#
C++/CLI
Java
Python
public string Intent {get; set;} 
public String getIntent(); 
public void setIntent( 
   java.lang.String string 
); 
public:  
   property String^ Intent 
   { 
      String^ get() 
      void set(String^ value) 
   } 
Intent # get and set (PDFTextAnnotation) 

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 constants below defined in PDFTextAnnotation.

Value Name Description
FreeTextTypewriter IntentFreeTextTypeWriter Free typewriter text intent.
FreeTextCallout IntentFreeTextCallout Callout text intent.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

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