Struct pwgraster::PWGPage [] [src]

pub struct PWGPage<'a, R: Read + 'a>(_);

Returned by PWGReader::next_page(). Allows access to the page header and image data.

Methods

impl<'a, R: Read + 'a> PWGPage<'a, R>
[src]

Get the page's header

Unpack PWG image data to a writer. This consumes the page.