[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.AnnotationsAssembly: 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
System..::.Object
RadPdfLibrary.Data.Document.Objects..::.RadPdfObject
RadPdfLibrary.Data.Document.Objects.Annotations..::.RadPdfAnnotation
RadPdfLibrary.Data.Document.Objects.Annotations..::.RadPdfLinkAnnotation
RadPdfLibrary.Data.Document.Objects.Annotations..::.RadPdfMarkupAnnotation
RadPdfLibrary.Data.Document.Objects.Annotations..::.RadPdfPopupAnnotation
RadPdfLibrary.Data.Document.Objects..::.RadPdfObject
RadPdfLibrary.Data.Document.Objects.Annotations..::.RadPdfAnnotation
RadPdfLibrary.Data.Document.Objects.Annotations..::.RadPdfLinkAnnotation
RadPdfLibrary.Data.Document.Objects.Annotations..::.RadPdfMarkupAnnotation
RadPdfLibrary.Data.Document.Objects.Annotations..::.RadPdfPopupAnnotation