Aspose::Pdf::Annotations::AppearanceDictionary::idx_get method

AppearanceDictionary::idx_get method

Represents convenient form for getting appearance streams.

System::SharedPtr<XForm> Aspose::Pdf::Annotations::AppearanceDictionary::idx_get(const System::String &key) const override
ParameterTypeDescription
keyconst System::String&Represents path to appearance stream. If appearance dictionary has subdictionaries, then path must contain 2 parts (Keys), else path has only one part.

ReturnValue

XForm object (appearance stream) which corresponds to the given key.

See Also