←Select platform

Intent Property

Summary

Intent of this line 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 (PDFLineAnnotation) 

Property Value

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

Remarks

The default value of null indicates a normal line with no intent. Otherwise, set the value to any of the constants defined in PDFLineAnnotation from the list below.

Value Name Description
LineArrow IntentLineArrow Arrow line intent.
LineDimension IntentLineDimension Dimension line 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.