StructureElementID Property |
Gets the ID for structure element.
Namespace: Aspose.Pdf.LogicalStructureAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 19.12
Syntaxpublic string ID { get; }
Public ReadOnly Property ID As String
Get
public:
property String^ ID {
String^ get ();
}
member ID : string with get
Property Value
Type:
StringID of the structure element.
See Also