Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
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