Aspose::Pdf::LogicalStructure::AttributeName::FromNameAttributeKey method

AttributeName::FromNameAttributeKey method

Gets attribute name for attribute key.

static System::SharedPtr<AttributeName> Aspose::Pdf::LogicalStructure::AttributeName::FromNameAttributeKey(const System::String &name, const System::SharedPtr<Aspose::Pdf::LogicalStructure::AttributeKey> &attributeKey)
ParameterTypeDescription
nameconst System::String&Attribute name
attributeKeyconst System::SharedPtr<Aspose::Pdf::LogicalStructure::AttributeKey>&Attribute key

ReturnValue

Attribute name

See Also