←Select platform

Intent Property

Summary

Intent of this polygon 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 (PDFPolygonAnnotation) 

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

Value Name Description
PolygonCloud IntentPolygonCloud Cloud polygon intent.
PolygonDimension IntentPolygonDimension Dimension polygon intent.
Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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