←Select platform

PDFAnnotation Class

Summary
Contains information for a single PDF annotation.
Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
public abstract class PDFAnnotation 
<SerializableAttribute()> 
Public MustInherit Class PDFAnnotation  
public abstract class PDFAnnotation 
[SerializableAttribute()] 
public ref class PDFAnnotation abstract  
Remarks

The PDFAnnotation class contains the properties of an annotation object such as the annotation type, title and object bounds.

PDFAnnotation is used as follows:

  • As the type for the PDFAnnotation.AnnotationType property. This property will be populated when an annotation object is created.

  • As the type for the PDFAnnotation.Content property. This property contains a string content for a PDF annotation object.

Example

For an example, refer to PDFHighlightAnnotation.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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