PdfAttributeOwner Constructor
|
Namespace:
Spire.Pdf.Interchange.TaggedPdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfAttributeOwner(
string name
)
Public Sub New (
name As String
)
public:
PdfAttributeOwner(
String^ name
)
new :
name : string -> PdfAttributeOwner
Parameters
-
name
-
Type:
System
String
See Also