←Select platform

PDFAnnotationType Enumeration

Summary

Specifies the type of PDF annotation

Syntax

C#
VB
Java
C++
[SerializableAttribute()] 
public enum PDFAnnotationType  
<SerializableAttribute()> 
Public Enum PDFAnnotationType  
    
public enum PDFAnnotationType 
[SerializableAttribute()] 
public enum class PDFAnnotationType  

Members

ValueMemberDescription
0Note Note annotation
1Text Text annotation
2Line Line annotation
3Rectangle Rectangle annotation
4Ellipse Ellipse annotation
5Polyline Polyline annotation
6Polygon Polygon annotation
7Pencil Pencil annotation
8Highlight Highlight annotation
9Underline Underline annotation
10Strikeout Strikeout annotation
11Squiggly Squiggly annotation
Remarks

The PDFAnnotationType enumeration is used as the type for the PDFAnnotation.AnnotationType property.

Example

For an example, refer to PDFAnnotation.

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly