pdf_get_png_data Subroutine

public subroutine pdf_get_png_data(ctx, width, height, png_data, status)

Arguments

Type IntentOptional Attributes Name
type(pdf_context_handle), intent(in) :: ctx
integer, intent(in) :: width
integer, intent(in) :: height
integer(kind=1), intent(out), allocatable :: png_data(:)
integer, intent(out) :: status