PDF SDK Documentation

Comprehensive Guide for Developers: Features, Integration, and API Reference

Loading...
Searching...
No Matches
PDF::Page Member List

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) constPDF::Page
GetAnnotIndex(Annot annot) constPDF::Page
GetArtBox() constPDF::Page
GetBleedBox() constPDF::Page
GetContent() constPDF::Page
GetCropBox() constPDF::Page
GetDevSpacePageBox(float zoom=1.f, PDRotate rotate=kPDRotate_0, float dpi=96) constPDF::Page
GetDevToPageSpaceMatrix(float zoom=1.f, PDRotate rotate=kPDRotate_0, float dpi=96) constPDF::Page
GetDocument() constPDF::Page
GetMediaBox() constPDF::Page
GetNumAnnots() constPDF::Page
GetPageBox() constPDF::Page
GetPageIndex() constPDF::Page
GetPageText() constPDF::Page
GetPageToDevSpaceMatrix(float zoom=1.f, PDRotate rotate=kPDRotate_0, float dpi=96) constPDF::Page
GetPdfObject() constPDF::Page
GetRotate() constPDF::Page
GetTrimBox() constPDF::Page
GetUserUnitSize() constPDF::Page
IsContentModified() constPDF::Page
operator=(const Page &rhs) noexcept (defined in PDF::Page)PDF::Pageinline
operator=(Page &&rhs) noexcept (defined in PDF::Page)PDF::Pageinline
Page() noexcept (defined in PDF::Page)PDF::Pageinline
Page(PDPage handle, bool adopt=false) noexcept (defined in PDF::Page)PDF::Pageinline
Page(const Page &rhs) noexcept (defined in PDF::Page)PDF::Pageinline
Page(Page &&rhs) noexcept (defined in PDF::Page)PDF::Pageinline
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