AppearanceDictionary.Item

AppearanceDictionary indexer

Represents convenient form for getting appearance streams.

public XForm this[string key] { get; set; }
ParameterDescription
keyRepresents path to appearance stream. If appearance dictionary has subdictionaries, then path must contain 2 parts (Keys), else path has only one part.

Return Value

XForm object (appearance stream) which corresponds to the given key.

See Also