Creates a new instance of the C1PrintDocument class,
and loads the document from the specified stream.
The stream must contain a document in the C1d format.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public static C1PrintDocument FromStream( Stream stream ) |
Visual Basic |
---|
Public Shared Function FromStream ( _ stream As Stream _ ) As C1PrintDocument |
Parameters
- stream
- Type: System.IO..::..Stream
The stream from which to load the document.