Click or drag to resize

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
)

Parameters

owner
Type: Spire.Pdf.Interchange.TaggedPdf PdfAttributeOwner
The owner.

Return Value

Type: PdfStructureAttributes
The owner's attributes.
See Also