A
ashish
Iam working on a infopath 2003 sp1 solution which is having digital
signature functionality. The issue is that we want to store the
digitally signed form as a image for the document management system.
We are able to do that via
var PngNode =
thisSignature.SignatureBlockXmlNode.selectSingleNode(".//sp:ScreenDumpPNG");
and then saving this png file. The issue is that this png file is always
sized to fit one page, is there any way we could know the exact size of
this image blob.
i searched around the net , but there is hardly any information
available about the schema of SignatureBlockXmlNode xml node
any help or pointers would be appreciated.
tia
-ashish
signature functionality. The issue is that we want to store the
digitally signed form as a image for the document management system.
We are able to do that via
var PngNode =
thisSignature.SignatureBlockXmlNode.selectSingleNode(".//sp:ScreenDumpPNG");
and then saving this png file. The issue is that this png file is always
sized to fit one page, is there any way we could know the exact size of
this image blob.
i searched around the net , but there is hardly any information
available about the schema of SignatureBlockXmlNode xml node
any help or pointers would be appreciated.
tia
-ashish