Aspose::Pdf::Annotations::AppearanceDictionary::GetEnumerator method

AppearanceDictionary::GetEnumerator method

Returns an IDictionaryEnumerator object for the dictionary.

System::SharedPtr<System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>>> Aspose::Pdf::Annotations::AppearanceDictionary::GetEnumerator() override

ReturnValue

Enumerator of the dictionary.

See Also