Share via


PrintDocumentImageableArea.ExtentWidth プロパティ

定義

イメージ可能領域の幅を取得します。

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

プロパティ値

原点の場所からの距離を表す Double

注釈

プロパティは ExtentWidth 、イメージ可能領域の左上隅 (イメージ可能領域の "原点" とも呼ばれます) からイメージ可能領域の右上隅までの距離を取得します。

適用対象