PDFium Component Docs

FontItalicAngle プロパティ

コンポーネント: TPdfView  ·  ユニット: PDFium
TPdfView wrapper that forwards to TPdf.FontItalicAngle.

Syntax

property FontItalicAngle[Index: Integer]: Integer;

Description

TPdf.FontItalicAngle をミラーします。TPdfView コンポーネントは呼び出しを基盤の Pdf インスタンスへ転送し、呼び出しが文書を変更する場合はビューを更新します

TPdf.FontItalicAngle のすべての意味的注意事項がここでも同一に適用されます。唯一の違いは、モデルオブジェクトではなく視覚コントロールを通じて操作を扱うことです

TPdfView が外部 TPdf にバインドされているとき(PdfView1.Pdf := Pdf1 を代入)、このメンバーを読み取ると Pdf1.FontItalicAngle と同じデータを返します。TPdfView が内部 TPdf を所有しているとき、このメンバーは唯一の公開アクセサーです

Remarks

Example

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

See Also

FontItalicAngle, Pdf, Active