Go to PDF document attachment annotation

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 void GotoAttachmentAnnotation(
	PdfDocumentAttachmentAnnotation annotation
)
Public Sub GotoAttachmentAnnotation ( 
	annotation As PdfDocumentAttachmentAnnotation
)
public:
void GotoAttachmentAnnotation(
	PdfDocumentAttachmentAnnotation^ annotation
)
member GotoAttachmentAnnotation : 
        annotation : PdfDocumentAttachmentAnnotation -> unit 

Parameters

annotation
PdfDocumentAttachmentAnnotation
PDF document attachment annotation

See Also