MergeImageFieldEventArgs
ImageLink Property
|
Gets or sets hyperlink of the picture.
Namespace:
Spire.Doc.Reporting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string ImageLink { get; set; }
Public Property ImageLink As String
Get
Set
public:
property String^ ImageLink {
String^ get ();
void set (String^ value);
}
member ImageLink : string with get, set
Property Value
Type:
String
See Also