'宣言 Public Overloads Shared Function FromFile( _ ByVal fileName As System.String, _ ByVal documentFormat As C1DocumentFormatEnum _ ) As C1PrintDocument
'使用法 Dim fileName As System.String Dim documentFormat As C1DocumentFormatEnum Dim value As C1PrintDocument value = C1PrintDocument.FromFile(fileName, documentFormat)
public static C1PrintDocument FromFile( System.string fileName, C1DocumentFormatEnum documentFormat )
パラメータ
- fileName
- ドキュメントのファイル名。
- documentFormat
- C1PrintDocument 形式の種別。
戻り値の型
生成された C1PrintDocument オブジェクト。