2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-05 03:40:53 +00:00

Add method QPDFObjGen::isIndirect

This commit is contained in:
m-holger 2022-07-23 12:46:31 +01:00
parent eeb6162f76
commit bc5f0fa20b

View File

@ -68,6 +68,12 @@ class QPDFObjGen
return gen;
}
QPDF_DLL
bool
isIndirect() const
{
return obj > 0;
}
QPDF_DLL
std::string unparse(char separator = ',') const;
QPDF_DLL
friend std::ostream& operator<<(std::ostream& os, const QPDFObjGen& og);