[This is preliminary documentation and is subject to change.]

An annotation associates an object such as a sticky note (RadPdfTextAnnotation) or a link (RadPdfLinkAnnotation) with a location on a page of a PDF document. PDF includes a wide variety of standard annotation types.

Namespace:  RadPdfLibrary.Data.Document.Objects.Annotations
Assembly:  RadPdfLibrary (in RadPdfLibrary.dll) Version: 1.4.3630.21651 (1.4.0.0)

Syntax

C#
public abstract class RadPdfAnnotation : RadPdfObject
Visual Basic (Declaration)
Public MustInherit Class RadPdfAnnotation _
	Inherits RadPdfObject
Visual Basic (Usage)
Dim instance As RadPdfAnnotation

Inheritance Hierarchy

See Also