AppearanceDictionary

AppearanceDictionary class

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

The AppearanceDictionary type exposes the following members:

Properties

NameDescription
is_fixed_sizeGets a value indicating whether dictionary has a fixed size.
keysGets keys of the dictionary. If appearance dictionary has subditionaries, then keys contains (N
valuesGets the list of the dictionary values.
Result collection contains the list of XForm objects.
is_synchronizedGets a value indicating whether access to the dictionary is synchronized (thread safe).
sync_rootGets an object that can be used to synchronize access to the dictionary.

Methods

NameDescription
add(key, value)Adds an element with the provided key and value.
add(key, value)Add X form for specifed key.
copy_to(array, index)Copies the elements of the dictionary to an Array, starting at a particular Array index.
contains_key(key)Determines does this dictionary contasins specified key.
remove(key)Removes key from the dictionary.
try_get_value(key, value)Tries to find key in the dictionary and retreives value if found.

See Also