Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ShowLine parameter determines if the signature baseline and "sign here" X glyphs are included in the export. If true, the signature baseline and "sign here" X are exported exactly as they are seen. Thus, even if you set this parameter to 1, but ShowLine is 0 then they will not export.

...

Code Block
// Export the signature, without signature baseline, for use on a 300 dpi printer 
Send_Message(@Window:".OLE_SIGNATURE", "OLE.ExportToBitmap", "C:\Temp\MySig.bmp", 0, 300)

See Also

ExportToMetafile