SignedDataBlock Question

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top