diff options
Diffstat (limited to 'fpdfsdk')
-rw-r--r-- | fpdfsdk/fpdf_ppo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/fpdf_ppo.cpp b/fpdfsdk/fpdf_ppo.cpp index 8bbae7258d..722070547f 100644 --- a/fpdfsdk/fpdf_ppo.cpp +++ b/fpdfsdk/fpdf_ppo.cpp @@ -546,7 +546,7 @@ class CPDF_NPageToOneExporter : public CPDF_PageOrganizer { // numbers, insert them into the destination document, starting at page 0. // |pageNums| is 1-based. // |destPageSize| is the destination document page dimensions, measured in - // pixels. + // PDF "user space" units. // |numPagesOnXAxis| and |numPagesOnXAxis| together defines how many source // pages fit on one destination page. bool ExportNPagesToOne(const std::vector<uint32_t>& pageNums, |