PdfStructureElement
GetAttributes Method (PdfAttributeOwner)
|
Get the 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 PdfStructureAttributes GetAttributes(
PdfAttributeOwner owner
)
Public Function GetAttributes (
owner As PdfAttributeOwner
) As PdfStructureAttributes
public:
PdfStructureAttributes^ GetAttributes(
PdfAttributeOwner^ owner
)
member GetAttributes :
owner : PdfAttributeOwner -> PdfStructureAttributes
Parameters
-
owner
-
Type:
Spire.Pdf.Interchange.TaggedPdf
PdfAttributeOwner
The owner.
Return Value
Type:
PdfStructureAttributes
The owner's attributes.
See Also