'宣言 Public Function New( _ ByVal c1doc As C1PrintDocument, _ ByVal filename As System.String _ )
'使用法 Dim c1doc As C1PrintDocument Dim filename As System.String Dim instance As New XpsC1Doc(c1doc, filename)
public XpsC1Doc( C1PrintDocument c1doc, System.string filename )
パラメータ
- c1doc
- The source C1.C1Preview.C1PrintDocument.
- filename
- The target XPS file name.