CopySelectedAnnotations Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Copies the selected annotations to a temporary buffer. Use the PasteCopiedAnnotations(Nullable<(Of <<'(Int32>)>>)) method to create a duplicate of the copied annotations to the document

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public void CopySelectedAnnotations()
Visual Basic
Public Sub CopySelectedAnnotations
Visual C++
public:
void CopySelectedAnnotations()

See Also