Windward Engine API Reference
Duplicate Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportImage Class : Duplicate Method




output
The stream to write the report to

Glossary Item Box

Unsupported for images as this writes an array of page objects, not a single output stream.

Syntax

Visual Basic (Declaration) 
Public Overrides Function Duplicate( _
   ByVal output As Stream _
) As Report
Visual Basic (Usage)Copy Code
Dim instance As ReportImage
Dim output As Stream
Dim value As Report
 
value = instance.Duplicate(output)
C# 
public override Report Duplicate( 
   Stream output
)
Managed Extensions for C++ 
public: Report* Duplicate( 
   Stream* output
) override 
C++/CLI 
public:
Report^ Duplicate( 
   Stream^ output
) override 

Parameters

output
The stream to write the report to

Return Value

The cloned object.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.