AppearanceDictionary Class |
Namespace: Aspose.Pdf.Annotations
The AppearanceDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the dictionary.
|
![]() | IsFixedSize |
Gets a value indicating whether dictionary has a fixed size.
|
![]() | IsReadOnly |
Gets a value indicating whether dictionary is read-only.
|
![]() | IsSynchronized |
Gets a value indicating whether access to the dictionary is synchronized (thread safe).
|
![]() | ItemObject | Obsolete.
Represents convenient form for getting appearance streams.
|
![]() | ItemString |
Represents convenient form for getting appearance streams.
|
![]() | Keys |
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).
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the dictionary.
|
![]() | Values |
Gets the list of the dictionary values.
Result collection contains the list of XForm objects.
|
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairString, XForm) | |
![]() | Add(Object, Object) | Obsolete.
Adds an element with the provided key and value.
|
![]() | Add(String, XForm) |
Add X form for specifed key.
|
![]() | Clear |
Removes all elements from the dictionary.
|
![]() | Contains(KeyValuePairString, XForm) | |
![]() | Contains(Object) | Obsolete.
Determines whether dictionary contains an element with the specified key.
|
![]() | ContainsKey |
Determines does this dictionary contasins specified key.
|
![]() | CopyTo(KeyValuePairString, XForm, Int32) | |
![]() | CopyTo(XForm, Int32) |
Copies the elements of the dictionary to an Array, starting at a particular Array index.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an IDictionaryEnumerator object for the dictionary.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Remove(KeyValuePairString, XForm) | |
![]() | Remove(Object) | Obsolete.
Removes the element with the specified key.
|
![]() | Remove(String) |
Removes key from the dictionary.
|
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue |
Tries to find key in the dictionary and retreives value if found.
|