StampSignOptions

StampSignOptions()

Initializes a new instance of the StampSignOptions class with default values.

public StampSignOptions()

See Also


StampSignOptions(int, int, int, int)

Initializes a new instance of the StampSignOptions class with alignment options.

public StampSignOptions(int left, int top, int width, int height)
Parameter Type Description
left Int32 The x-coordinate of the left top edge of Stamp Signature
top Int32 The y-coordinate of the left top edge of Stamp Signature
width Int32 The width of Stamp Signature
height Int32 The height of Stamp Signature

See Also