PDFView4NET WinForms Edition
PrepareForCopyPaste Method (PDFPolyLineAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFPolyLineAnnotation Class : PrepareForCopyPaste Method
Prepares the annotation for a copy/paste operation in the viewer.
Syntax
'Declaration
 
Public Overrides Sub PrepareForCopyPaste() 
'Usage
 
Dim instance As PDFPolyLineAnnotation
 
instance.PrepareForCopyPaste()
public override void PrepareForCopyPaste()
public: void PrepareForCopyPaste(); override 
public:
void PrepareForCopyPaste(); override 
Remarks
The method builds internal structures so when the annotation is pasted it appears exactly in the same visual position on the new page, no matter the page rotation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPolyLineAnnotation Class
PDFPolyLineAnnotation Members