PDFium Component Docs

PageWidth プロパティ

この API エントリでは識別子、シグネチャ、コードブロック、PDF 用語を元の表記のまま保持します。
コンポーネント: TPdfView  ·  ユニット: PDFium
TPdfView wrapper that forwards to TPdf.PageWidth.

構文

property PageWidth: Double;

説明

Mirrors TPdf.PageWidth. The TPdfView component forwards the call to its underlying Pdf 呼び出しで文書が変更された場合は、ビューを更新します

TPdf.PageWidth の意味上の注意はここでも同じです。違いは、操作をモデル object ではなく visual control 経由で行う点だけです

When TPdfView is bound to an external TPdf (assigning PdfView1.Pdf := Pdf1)、このメンバーを読み取ると同じデータが返ります Pdf1.PageWidth。TPdfView が内部の TPdf を所有している場合、このメンバーだけが公開アクセサです

備考

if PdfView1.Active then
  Memo1.Lines.Add('PageWidth = ' + VarToStr(PdfView1.PageWidth));

関連項目

PageWidth, Pdf