ImageSignOptions

ImageSignOptions()

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

public ImageSignOptions()

See Also


ImageSignOptions(string)

Initializes a new instance of the ImageSignOptions class with image file.

public ImageSignOptions(string imageFilePath)
Parameter Type Description
imageFilePath String Image file path

See Also


ImageSignOptions(Stream)

Initializes a new instance of the ImageSignOptions class with image stream.

public ImageSignOptions(Stream imageStream)
Parameter Type Description
imageStream Stream Image stream

See Also