Documents for PDF, .NET Edition Documentation
ID Property (StructElement)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Structure Namespace > StructElement Class : ID Property
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 System.Collections.Generic.IList(Of Byte)
public System.Collections.Generic.IList<byte> ID {get; set;}
See Also

Reference

StructElement Class
StructElement Members