←Select platform

PDFAnnotation Class

Summary

Contains information for a single PDF annotation.

Syntax

C#
VB
Java
C++
[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.

This class is used with the following:

  • 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly