PDFView4NET WinForms Edition
Export Method




O2S.Components.PDFView4NET.Annotations Namespace > PDFAnnotation Class : Export Method
Destination stream for annotation export.
Exports the annotation as XML to the specified stream.
Syntax
'Declaration
 
Public Sub Export( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As PDFAnnotation
Dim stream As Stream
 
instance.Export(stream)
public void Export( 
   Stream stream
)
public: void Export( 
   Stream* stream
) 
public:
void Export( 
   Stream^ stream
) 

Parameters

stream
Destination stream for annotation export.
Exceptions
ExceptionDescription
Thrown when stream is null.
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