Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
pdfium::page_object Namespace Reference

Variables

const char kType [] = "Type"
 
const char kParent [] = "Parent"
 
const char kResources [] = "Resources"
 
const char kMediaBox [] = "MediaBox"
 
const char kCropBox [] = "CropBox"
 
const char kBleedBox [] = "BleedBox"
 
const char kTrimBox [] = "TrimBox"
 
const char kArtBox [] = "ArtBox"
 
const char kContents [] = "Contents"
 
const char kRotate [] = "Rotate"
 

Variable Documentation

◆ kArtBox

const char pdfium::page_object::kArtBox = "ArtBox"

Definition at line 18 of file page_object.cpp.

Referenced by FPDFPage_GetArtBox(), and FPDFPage_SetArtBox().

◆ kBleedBox

const char pdfium::page_object::kBleedBox = "BleedBox"

Definition at line 16 of file page_object.cpp.

Referenced by FPDFPage_GetBleedBox(), and FPDFPage_SetBleedBox().

◆ kContents

const char pdfium::page_object::kContents = "Contents"

Definition at line 19 of file page_object.cpp.

Referenced by FPDFPage_InsertClipPath(), and FPDFPage_TransFormWithClip().

◆ kCropBox

const char pdfium::page_object::kCropBox = "CropBox"

◆ kMediaBox

const char pdfium::page_object::kMediaBox = "MediaBox"

◆ kParent

const char pdfium::page_object::kParent = "Parent"

Definition at line 12 of file page_object.cpp.

◆ kResources

const char pdfium::page_object::kResources = "Resources"

Definition at line 13 of file page_object.cpp.

Referenced by FPDFPage_New().

◆ kRotate

const char pdfium::page_object::kRotate = "Rotate"

Definition at line 20 of file page_object.cpp.

Referenced by FPDFPage_New(), and FPDFPage_SetRotation().

◆ kTrimBox

const char pdfium::page_object::kTrimBox = "TrimBox"

Definition at line 17 of file page_object.cpp.

Referenced by FPDFPage_GetTrimBox(), and FPDFPage_SetTrimBox().

◆ kType

const char pdfium::page_object::kType = "Type"

Definition at line 11 of file page_object.cpp.