ID Property (StructElement)
In This Topic
Gets or sets the element identifier, a byte array designating this structure element. The value must be unique among all elements in the document’s structure hierarchy.
Syntax
'Declaration
Public Property ID As IPdfString
public IPdfString ID {get; set;}
See Also