'Declaration Public Overloads Shared Function FromFile( _ ByVal fileName As String _ ) As C1PrintDocument
public static C1PrintDocument FromFile( string fileName )
Parameters
- fileName
- The name of the file from which to load the document.
Return Value
The C1PrintDocument that was created.