次の方法で共有


PageSetup.RightMargin プロパティ

定義

ページの右端と本文のテキストの右側の境界の間の距離 (ポイント単位) を設定または返します。

public:
 property float RightMargin { float get(); void set(float value); };
public float RightMargin { get; set; }
member this.RightMargin : single with get, set
Public Property RightMargin As Single

プロパティ値

注釈

プロパティが MirrorMarginsTrue に設定されている場合、 RightMargin プロパティは外部余白の設定を制御し、 LeftMargin プロパティは内部余白の設定を制御します。

適用対象