Click or drag to resize

PdfDocumentSignerPagesOfAnnotations Property

Gets the pages of annotations within the PDF document. This is a read-only collection and can't be modified. Each element represents a page in the document in order. If a page has no annotations, it will contain an empty collection. If a document disallows adding or removing annotations, each collection will be a read- only collection.

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ReadOnlyCollection<IList<BaseAnnotation>> PagesOfAnnotations { get; }

Property Value

Type: ReadOnlyCollectionIListBaseAnnotation
The pages of annotations.
See Also