Name
page:SetWidth -- set page width
Synopsis
status = page:SetWidth(value)
Function
page:SetWidth() changes the width of a page.

Inputs
value
the new page width; valid values are between 3 and 14400
Results
status
status code
Errors
#HPDF_INVALID_PAGE - An invalid page handle was set.

#HPDF_PAGE_INVALID_SIZE - An invalid size was set.

#HPDF_FAILED_TO_ALLOC_MEM - Memory allocation failed.


Show TOC