'宣言 Public Overloads Function Generate() As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim value As System.Boolean value = instance.Generate()
public System.bool Generate()
戻り値の型
true if no warnings occurred during document generation, false if there were warnings (in that case, the C1PrintDocument.Warnings property on the current document contains the warnings that were issued).