←Select platform

Intent Property

Summary

Intent of this line 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 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 IntentLine constants defined in PDFLineAnnotation such as IntentLineArrow or IntentLineDimension.

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