PDFView4NET WinForms Edition
PrepareForCopyPaste Method (PDFAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFAnnotation Class : PrepareForCopyPaste Method
Prepares the annotation for a copy/paste operation in the viewer.
Syntax
'Declaration
 
Public Overridable Sub PrepareForCopyPaste() 
'Usage
 
Dim instance As PDFAnnotation
 
instance.PrepareForCopyPaste()
public virtual void PrepareForCopyPaste()
public: virtual void PrepareForCopyPaste(); 
public:
virtual void PrepareForCopyPaste(); 
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

PDFAnnotation Class
PDFAnnotation Members