Get/set the alternative text for the image.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public string Alt { get; set; } |
Visual Basic |
---|
Public Property Alt As String Get Set |
Visual C++ |
---|
public: property String^ Alt { String^ get (); void set (String^ value); } |