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
| Parameter | Type | Description |
|---|---|---|
| key | const 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
- Typedef SharedPtr
- Class XForm
- Class String
- Class AppearanceDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++