Opait PDF Library
Public Member Functions | Properties | List of all members
Opait.Pdf.Annotations.PdfAnnots Class Reference

Class manages a list of annotations for a specific PDF page. More...

Inheritance diagram for Opait.Pdf.Annotations.PdfAnnots:

Public Member Functions

 PdfAnnots (PdfPage pdfPage)
 Initializes a new instance of PdfAnnots class for a specific PDF page. More...
 
PdfAnnots Load ()
 Loads the set of existing annotations for the PDF page.
 

Properties

PdfPage PdfPage [get]
 The PDF page that owns this list of annotations.
 
bool IsLoaded [get]
 A flag indicating whether annotations have been loaded.
 

Detailed Description

Class manages a list of annotations for a specific PDF page.

Constructor & Destructor Documentation

◆ PdfAnnots()

Opait.Pdf.Annotations.PdfAnnots.PdfAnnots ( PdfPage  pdfPage)

Initializes a new instance of PdfAnnots class for a specific PDF page.

Parameters
pdfPageThe PDF page that owns this set of annotations.