PdfStandardStructTypes
Label Field
|
A name or number that distinguishes a given item from others in the same list or other group of like items. In a dictionary list,
for example, it contains the term being defined; in a bulleted or numbered list, it contains the bullet character or the number of the list item and associated punctuation.
Namespace:
Spire.Pdf.Interchange.TaggedPdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public const string Label = "Lbl"
Public Const Label As String = "Lbl"
public:
literal String^ Label = "Lbl"
static val mutable Label: string
Field Value
Type:
String
See Also