Struct pdfium_render::destination::PdfDestination
source · pub struct PdfDestination<'a> { /* private fields */ }Expand description
The page and region, if any, that will be the target of any behaviour that will occur when the user interacts with a link in a PDF viewer.
Implementations§
source§impl<'a> PdfDestination<'a>
impl<'a> PdfDestination<'a>
sourcepub fn bindings(&self) -> &dyn PdfiumLibraryBindings
pub fn bindings(&self) -> &dyn PdfiumLibraryBindings
Returns the PdfiumLibraryBindings used by this PdfDestination.