SignatureField.ExtractImage

ExtractImage()

Extracts signature’s image as jpeg encoded stream.

public Stream ExtractImage()

Return Value

If image was successfully found than returns jpeg encoded stream object; otherwise, null.

See Also


ExtractImage(ImageFormat)

Extracts signature’s image as encoded stream.

public Stream ExtractImage(ImageFormat format)
ParameterTypeDescription
formatImageFormatImage format for encoding.

Return Value

If image was successfully found than returns encodedstream object; otherwise, null.

See Also