'Declaration Public Overloads Shared Function FromStream( _ ByVal stream As Stream, _ ByVal documentFormat As C1DocumentFormatEnum _ ) As C1PrintDocument
public static C1PrintDocument FromStream( Stream stream, C1DocumentFormatEnum documentFormat )
Parameters
- stream
- The stream from which to load the document.
- documentFormat
- The document persistence format to use.
Return Value
The C1PrintDocument that was created.