IAlignment

IAlignment interface

ドキュメント ページの署名領域の配置について説明します。

public interface IAlignment

プロパティ

名前 説明
HorizontalAlignment { get; set; } ドキュメント ページ上の画像の水平方向の位置合わせ。
Margin { get; set; } Image と Document の間の既定で指定されているスペースを取得します (水平または垂直の配置が指定されている場合に機能します).
MarginMeasureType { get; set; } 余白の測定タイプ (ピクセル、パーセントまたはミリメートル).
VerticalAlignment { get; set; } ドキュメント ページ上の画像の垂直方向の位置合わせ。

関連項目