'宣言 Overloads Sub Export( _ ByVal document As PageDocument, _ ByVal filePath As String _ )
void Export( PageDocument document, string filePath )
パラメータ
- document
- エクスポートするページドキュメント。
- filePath
- エクスポートした結果を保存するファイルへのパス。
'宣言 Overloads Sub Export( _ ByVal document As PageDocument, _ ByVal filePath As String _ )
void Export( PageDocument document, string filePath )