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

AttributeName::FromNameAttributeKey method

Gets attribute name for attribute key.

static System::SharedPtr<AttributeName> Aspose::Pdf::LogicalStructure::AttributeName::FromNameAttributeKey(System::String name, System::SharedPtr<Aspose::Pdf::LogicalStructure::AttributeKey> attributeKey)
ParameterTypeDescription
nameSystem::StringAttribute name
attributeKeySystem::SharedPtr<Aspose::Pdf::LogicalStructure::AttributeKey>Attribute key

ReturnValue

Attribute name

See Also