Struct pdfium_render::action::PdfAction
source · pub struct PdfAction<'a> { /* private fields */ }Expand description
The action associated with a clickable link or document bookmark.
Implementations§
source§impl<'a> PdfAction<'a>
impl<'a> PdfAction<'a>
sourcepub fn action_type(&self) -> PdfActionType
pub fn action_type(&self) -> PdfActionType
Returns the PdfActionType for this PdfAction.
Note that Pdfium does not support or recognize all PDF action types. For instance,
Pdfium does not currently support or recognize the interactive Javascript action type
supported by Adobe Acrobat or Foxit’s commercial PDF SDK. In these cases,
Pdfium will return PdfActionType::Unsupported.