Aspose::Pdf::Annotations::AppearanceDictionary class

AppearanceDictionary class

Annotation appearance dictionary specifying how the annotation shall be presented visually on the page.

class AppearanceDictionary : public System::Collections::Generic::IDictionary<System::String, System::SharedPtr<Aspose::Pdf::XForm>>

Methods

MethodDescription
Add(const System::String&, const System::SharedPtr<XForm>&) overrideAdd X form for specifed key.
Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&) overrideAdds pair with key and value into the dictionary.
Clear() overrideRemoves all elements from the dictionary.
Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&) const overrideChecks does specified key-value pair is contained in the dictionary.
ContainsKey(const System::String&) const overrideDetermines does this dictionary contasins specified key.
CopyTo(System::ArrayPtr<System::SharedPtr<XForm>>, int32_t)Copies the elements of the dictionary to an Array, starting at a particular Array index.
CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>>, int32_t) overrideCopies the elements of the ICollection to an Array, starting at a particular Array index.
get_Count() const overrideGets the number of elements contained in the dictionary.
get_IsFixedSize() constGets a value indicating whether dictionary has a fixed size.
get_IsReadOnly() const overrideGets a value indicating whether dictionary is read-only.
get_IsSynchronized()Gets a value indicating whether access to the dictionary is synchronized (thread safe).
get_Keys() const overrideGets keys of the dictionary. If appearance dictionary has subditionaries, then Keys contains (N
get_SyncRoot() constGets an object that can be used to synchronize access to the dictionary.
get_Values() const overrideGets the list of the dictionary values. Result collection contains the list of XForm objects.
GetEnumerator() overrideReturns an IDictionaryEnumerator object for the dictionary.
idx_get(const System::String&) const overrideRepresents convenient form for getting appearance streams.
idx_set(const System::String&, System::SharedPtr<XForm>) overrideRepresents convenient form for getting appearance streams.
Remove(const System::String&) overrideRemoves key from the dictionary.
Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&) overrideRemoves key/value pair from the collection.
TryGetValue(const System::String&, System::SharedPtr<XForm>&) const overrideTries to find key in the dictionary and retreives value if found.

See Also