共用方式為


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) 頁的度數,以其中一個列舉值表示。

備註

度會相對於順時針旋轉來表示。 度以 90 的倍數表示。

適用於