Skip to main content

parse_explicit_destination

Function parse_explicit_destination 

Source
pub fn parse_explicit_destination(
    pages: &[PageInfo],
    arr: &[PdfObj],
) -> Destination
Expand description

Parse an explicit-destination array [page mode args...].

page may be an indirect reference to a page object (mapped to a 0-based page index) or an integer (used in remote destinations, stored as-is).