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