Skip to main content

FPDF_PAGE

Type Alias FPDF_PAGE 

Source
pub type FPDF_PAGE = *mut fpdf_page_t__;
Expand description

C-API page pointer type definition

Trait Implementations§

Source§

impl From<&PdfiumPage> for FPDF_PAGE

Source§

fn from(page: &PdfiumPage) -> Self

Converts to this type from the input type.