PdfStructureElement
GetAttributes Method
|
Get all owner's attributes.
Namespace:
Spire.Pdf.Interchange.TaggedPdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public IEnumerable<PdfStructureAttributes> GetAttributes()
Public Function GetAttributes As IEnumerable(Of PdfStructureAttributes)
public:
IEnumerable<PdfStructureAttributes^>^ GetAttributes()
member GetAttributes : unit -> IEnumerable<PdfStructureAttributes>
Return Value
Type:
IEnumerable
PdfStructureAttributes
See Also