StructureElementSetTag Method |
Sets custom tag for structure element.
Namespace:
Aspose.Pdf.LogicalStructure
Assembly:
Aspose.PDF (in Aspose.PDF.dll) Version: 22.5.0
Syntaxpublic void SetTag(
string newTag
)
Public Sub SetTag (
newTag As String
)
public:
void SetTag(
String^ newTag
)
member SetTag :
newTag : string -> unit
Parameters
- newTag
- Type: SystemString
Tag name
See Also