Struct pdfium_render::form::PdfForm
source · pub struct PdfForm<'a> { /* private fields */ }Expand description
The PdfForm embedded inside a PdfDocument.
Implementations§
source§impl<'a> PdfForm<'a>
impl<'a> PdfForm<'a>
sourcepub fn bindings(&self) -> &'a dyn PdfiumLibraryBindings
pub fn bindings(&self) -> &'a dyn PdfiumLibraryBindings
Returns the PdfiumLibraryBindings used by this PdfForm.
sourcepub fn form_type(&self) -> PdfFormType
pub fn form_type(&self) -> PdfFormType
Returns the PdfFormType of this PdfForm.