PDFView4NET WPF Edition
Clone Method (PDFStream)




O2S.Components.PDFEngine.Core Namespace > PDFStream Class : Clone Method
Clones this stream.
Syntax
'Declaration
 
Public Overridable Function Clone() As PDFStream
'Usage
 
Dim instance As PDFStream
Dim value As PDFStream
 
value = instance.Clone()
public virtual PDFStream Clone()
public: virtual PDFStream* Clone(); 
public:
virtual PDFStream^ Clone(); 
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

PDFStream Class
PDFStream Members