PdfPage.Rotation プロパティ

定義

ポータブル ドキュメント形式 (PDF) ページが表示または印刷されるときに回転する角度を取得します。

public:
 property PdfPageRotation Rotation { PdfPageRotation get(); };
PdfPageRotation Rotation();
public PdfPageRotation Rotation { get; }
var pdfPageRotation = pdfPage.rotation;
Public ReadOnly Property Rotation As PdfPageRotation

プロパティ値

[ポータブル ドキュメント形式 (PDF)] ページを回転する角度を列挙値の 1 つとして表します。

注釈

度は時計回りの回転を基準にして表されます。 度は 90 の倍数で表されます。

適用対象