FormEntry GetSnapshotLink Method frevvo Live Forms
Gets a snapshot link for the specified content type.

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public AtomLink GetSnapshotLink(
	string contentType
)

Return Value

Type: AtomLink
AtomLink
Remarks

Specify one of the following for content type:

  • application/pdf - PDF snapshot (supported)
  • image/jpeg - JPEG snapshot (normally supported)
  • image/png - PNG snapshot (normally supported)
  • image/gif - GIF snapshot
  • image/bmp - BMP snapshot
  • image/TIFF - TIFF snapshot
  • application/octect-stream - any other format not in the list above
See Also