Aspose::Pdf::LogicalStructure::AttributeKey::to_AttributeKey method

AttributeKey::to_AttributeKey method

Performs an explicit conversion from System::String to Aspose::Pdf::LogicalStructure::AttributeKey.

static System::SharedPtr<AttributeKey> Aspose::Pdf::LogicalStructure::AttributeKey::to_AttributeKey(const System::String &key)
ParameterTypeDescription
keyconst System::String&The attribute key.

ReturnValue

The result of the conversion.

See Also