Method: HexaPDF::Type::Annotation#appearance_dict

Defined in:
lib/hexapdf/type/annotation.rb

#appearance_dictObject

Returns the AppearanceDictionary instance associated with the annotation or nil if none is set.



236
237
238
# File 'lib/hexapdf/type/annotation.rb', line 236

def appearance_dict
  self[:AP]
end