StructureElementSetTag Method |
Sets custom tag for structure element.
Namespace: Aspose.Pdf.LogicalStructureAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 19.12
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