Share via


PrintDocumentImageableArea.OriginWidth プロパティ

定義

原点の幅、つまりページの左端からイメージ可能領域の左上隅 (イメージ可能領域の "原点" とも呼ばれます) までの距離を取得します。

public:
 property double OriginWidth { double get(); };
public double OriginWidth { get; }
member this.OriginWidth : double
Public ReadOnly Property OriginWidth As Double

プロパティ値

原点の幅 (ピクセル単位 : 1/96 インチ)、つまりページの左端からイメージ可能領域の左上隅 (イメージ可能領域の "原点" とも呼ばれます) までの距離を表す Double

適用対象