PdfStructureElement
Alt Property
|
An alternate description of the structure element and
its children in human-readable form, which is useful
when extracting the document¡¯s contents in support of
accessibility to users with disabilities or for other purposes.
Namespace:
Spire.Pdf.Interchange.TaggedPdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string Alt { get; set; }
Public Property Alt As String
Get
Set
public:
property String^ Alt {
String^ get ();
void set (String^ value);
}
member Alt : string with get, set
Property Value
Type:
String
See Also