Aspose::Pdf::Annotations::AppearanceDictionary::idx_set method
AppearanceDictionary::idx_set method
Represents convenient form for getting appearance streams.
void Aspose::Pdf::Annotations::AppearanceDictionary::idx_set(const System::String &key, System::SharedPtr<XForm> value) 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
- Class String
- Typedef SharedPtr
- Class XForm
- Class AppearanceDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++