Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFAnnotation Class : Clone Method |
public abstract PDFAnnotation Clone()
'Declaration
Public MustOverride Function Clone() As PDFAnnotation
'Usage
Dim instance As PDFAnnotation Dim value As PDFAnnotation value = instance.Clone()
public abstract PDFAnnotation clone()
public: abstract PDFAnnotation^ Clone();