Gets PDF document all of attachment annotations

Namespace: Spire.PdfViewer.Forms
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfDocumentAttachmentAnnotation[] GetDocumentAttachmentAnnotations()
Public Function GetDocumentAttachmentAnnotations As PdfDocumentAttachmentAnnotation()
public:
array<PdfDocumentAttachmentAnnotation^>^ GetDocumentAttachmentAnnotations()
member GetDocumentAttachmentAnnotations : unit -> PdfDocumentAttachmentAnnotation[] 

Return Value

array<PdfDocumentAttachmentAnnotation>[]()[][]
The attachment annotation array.

See Also