Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / StructElement Class / ID Property

In This Topic
    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