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; }
Public Property ImageValueBase64 As String
Get
Set
public:
property String^ ImageValueBase64 {
String^ get ();
void set (String^ value);
}
member ImageValueBase64 : string with get, set
Property Value
Type:
String
the base64 string.
See Also