SignatureProvider.GenerateSignatureLineImage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a signature line image.
public:
stdole::IPictureDisp ^ GenerateSignatureLineImage(Microsoft::Office::Core::SignatureLineImage siglnimg, Microsoft::Office::Core::SignatureSetup ^ psigsetup, Microsoft::Office::Core::SignatureInfo ^ psiginfo, System::Object ^ XmlDsigStream);
public stdole.IPictureDisp GenerateSignatureLineImage (Microsoft.Office.Core.SignatureLineImage siglnimg, Microsoft.Office.Core.SignatureSetup psigsetup, Microsoft.Office.Core.SignatureInfo psiginfo, object XmlDsigStream);
abstract member GenerateSignatureLineImage : Microsoft.Office.Core.SignatureLineImage * Microsoft.Office.Core.SignatureSetup * Microsoft.Office.Core.SignatureInfo * obj -> stdole.IPictureDisp
Public Function GenerateSignatureLineImage (siglnimg As SignatureLineImage, psigsetup As SignatureSetup, psiginfo As SignatureInfo, XmlDsigStream As Object) As IPictureDisp
Parameters
- siglnimg
- SignatureLineImage
Contains the name if the signature line graphic.
- psigsetup
- SignatureSetup
Specifies initial settings of the signature provider add-in.
- psiginfo
- SignatureInfo
Specifies information about the signature provider add-in.
- XmlDsigStream
- Object
Returns
IPictureDisp
Remarks
The SignatureProvider object is used exclusively in custom signature provider add-ins. This method is called for each of the images that is displayed in the document's content. The method can be called asynchronously. For example, the method may be called for the "Unsigned" image and the "No-software" image directly after signature setup. The method may then be called after signing for the "Signed" image. The four images used are: