メソッド PRIM_PDF - setDocumentProperties

PDF 文書の優先順位を設定します

PRIM_PDF (PRIM_PDF) のメンバ

パラメータ

名前タイプデータタイプ記述
Title*Input (任意)Unicode 文字列文書のタイトル
Author*Input (任意)Unicode 文字列文書の著者
Creator*Input (任意)Unicode 文字列文書の作成者
Keywords*Input (任意)Unicode 文字列文書に関連付けるパスワード

詳細

PDF 文書の優先順位を設定します。

PDF 文書の優先順位を設定
Define_Com Class(#PRIM_PDF) Name(#pdf) Unitm(mm) Pageformat(A4) Pageorientation(Portrait)
 
#pdf.start
#pdf.setDocumentProperties Title('My PDF report') Author('John Smith') Creator('My Company, Inc') Keywords('Weekly report')
#pdf.text Text('Hello World!') Left(10) Top(10)
 
#pdf.save Filename('myReport.pdf')

参照

すべてのコンポーネント クラス

テクニカルリファレンス

EPC150060 - December 2023