←Select platform

Intent Property

Summary

Intent of this polygon 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 polygon object. The default value is null, which means a default polygon with no intent.

Remarks

The default value of null indicates a normal polygon with no intent. Or, set the value to any of the IntentPolygon constants defined in PDFPolygonAnnotation, such as IntentPolygonDimension or IntentPolygonCloud.

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