PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
A text annotation represents a "sticky note" attached to a point in the PDF document.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public class PDFTextAnnotation : BaseAnnotation |
Visual Basic (Declaration) |
---|
Public Class PDFTextAnnotation _ Inherits BaseAnnotation |
Visual C++ |
---|
public ref class PDFTextAnnotation : public BaseAnnotation |
Remarks
When closed, the annotation appears as an icon; when open, it displays a pop-up window containing the text of the note, in a font and size chosen by the viewer application.
Inheritance Hierarchy
System..::.Object
PDFTech..::.PDFCustomAnnotation
PDFTech..::.BaseAnnotation
PDFTech..::.PDFTextAnnotation
PDFTech..::.PDFCustomAnnotation
PDFTech..::.BaseAnnotation
PDFTech..::.PDFTextAnnotation