StampSignOptions

StampSignOptions()

StampSignOptions クラスの新しいインスタンスをデフォルト値で初期化します。

public StampSignOptions()

関連項目


StampSignOptions(int, int, int, int)

配置オプションを使用して、StampSignOptions クラスの新しいインスタンスを初期化します。

public StampSignOptions(int left, int top, int width, int height)
パラメータ タイプ 説明
left Int32 印鑑署名の左上端の x 座標
top Int32 スタンプ署名の左上端の y 座標
width Int32 スタンプ署名の幅
height Int32 スタンプ署名の高さ

関連項目