Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static C1PrintDocument FromFile(
	string fileName,
	string info
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Shared Function FromFile ( _
	fileName As String, _
	info As String _
) As C1PrintDocument

Parameters

fileName
Type: System..::..String
info
Type: System..::..String

See Also