←Select platform

AnnotationType Property

Summary

Gets the type of this annotation object.

Syntax
C#
VB
C++
Java
public abstract PDFAnnotationType AnnotationType { get; } 
Public MustOverride ReadOnly Property AnnotationType As PDFAnnotationType 
public abstract PDFAnnotationType getAnnotationType() 
public: 
abstract property PDFAnnotationType AnnotationType { 
   PDFAnnotationType get(); 
} 

Property Value

A PDFAnnotationType enumeration member that specifies the type of annotation object associated with this PDFAnnotation

Example

For an example, refer to PDFAnnotation.

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