Home
last modified time | relevance | path

Searched refs:GetIndirectKeyAsBool (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfAcroForm.cpp126 return this->GetObject()->GetIndirectKeyAsBool( PdfName("NeedAppearances"), false ); in GetNeedAppearances()
/dports/graphics/podofo/podofo-0.9.7/src/podofo/base/
H A DPdfObject.h190 bool GetIndirectKeyAsBool( const PdfName & key, bool bDefault = false ) const;
H A DPdfObject.cpp297 bool PdfObject::GetIndirectKeyAsBool( const PdfName & key, bool bDefault ) const in GetIndirectKeyAsBool() function in PoDoFo::PdfObject