Aspose::Pdf::Annotations::AppearanceDictionary::get_Keys method

AppearanceDictionary::get_Keys method

Gets keys of the dictionary. If appearance dictionary has subditionaries, then Keys contains (N|R|D).state values, where N - normal appearance, R - rollover appearance, D - down appearance and state - the name of the state (e.g. On, Off for checkboxes).

System::SharedPtr<System::Collections::Generic::ICollection<System::String>> Aspose::Pdf::Annotations::AppearanceDictionary::get_Keys() const override

See Also