create_pdf_canvas Interface

interface
public module function create_pdf_canvas(width, height) result(ctx)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: width
integer, intent(in) :: height

Return Value type(pdf_context)