Click or drag to resize

XfaImageField ImageValueBase64 Property

Gets or sets the base64 string of image.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string ImageValueBase64 { get; set; }

Property Value

Type: String
the base64 string.
See Also