Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace : PDFAnnotation Class |
[SerializableAttribute()] public abstract class PDFAnnotation
'Declaration
<SerializableAttribute()> Public MustInherit Class PDFAnnotation
'Usage
Dim instance As PDFAnnotation
public abstract class PDFAnnotation
[SerializableAttribute()] public ref class PDFAnnotation abstract
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.
For an example, refer to PDFHighlightAnnotation