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