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