Comprehensive Guide for Developers: Features, Integration, and API Reference
This is the complete list of members for PDF::Page, including all inherited members.
AddAnnot(size_t insertAt, Annot annot) | PDF::Page | |
FlushModifiedContent() | PDF::Page | |
GetAnnot(size_t index) const | PDF::Page | |
GetAnnotIndex(Annot annot) const | PDF::Page | |
GetArtBox() const | PDF::Page | |
GetBleedBox() const | PDF::Page | |
GetContent() const | PDF::Page | |
GetCropBox() const | PDF::Page | |
GetDevSpacePageBox(float zoom=1.f, PDRotate rotate=kPDRotate_0, float dpi=96) const | PDF::Page | |
GetDevToPageSpaceMatrix(float zoom=1.f, PDRotate rotate=kPDRotate_0, float dpi=96) const | PDF::Page | |
GetDocument() const | PDF::Page | |
GetMediaBox() const | PDF::Page | |
GetNumAnnots() const | PDF::Page | |
GetPageBox() const | PDF::Page | |
GetPageIndex() const | PDF::Page | |
GetPageText() const | PDF::Page | |
GetPageToDevSpaceMatrix(float zoom=1.f, PDRotate rotate=kPDRotate_0, float dpi=96) const | PDF::Page | |
GetPdfObject() const | PDF::Page | |
GetRotate() const | PDF::Page | |
GetTrimBox() const | PDF::Page | |
GetUserUnitSize() const | PDF::Page | |
IsContentModified() const | PDF::Page | |
operator=(const Page &rhs) noexcept (defined in PDF::Page) | PDF::Page | inline |
operator=(Page &&rhs) noexcept (defined in PDF::Page) | PDF::Page | inline |
Page() noexcept (defined in PDF::Page) | PDF::Page | inline |
Page(PDPage handle, bool adopt=false) noexcept (defined in PDF::Page) | PDF::Page | inline |
Page(const Page &rhs) noexcept (defined in PDF::Page) | PDF::Page | inline |
Page(Page &&rhs) noexcept (defined in PDF::Page) | PDF::Page | inline |
RemoveAnnot(Annot annot) | PDF::Page | |
RemoveAnnotByIndex(size_t index) | PDF::Page | |
SetArtBox(const RectF &box) | PDF::Page | |
SetBleedBox(const RectF &box) | PDF::Page | |
SetContentModified(bool modified=true) | PDF::Page | |
SetCropBox(const RectF &box) | PDF::Page | |
SetMediaBox(const PDF::RectF &box) | PDF::Page | |
SetRotate(PDRotate rotate) | PDF::Page | |
SetTrimBox(const RectF &box) | PDF::Page | |
SetUserUnitSize(float unitSize) | PDF::Page |