DynaPDF Manual - Page 778

Previous Page 777   Index   Next Page 779

Function Reference
Page 778 of 839
pfDIN_A7
210.0 x
298.0
pfDIN_A8
147.0 x
210.0
pfDIN_A9
105.0 x
147.0
pfDIN_A10
74.0 x
105.0
pfDIN_B4
709.0 x 1001.0
pfDIN_B5
499.0 x
709.0
pfDIN_B6
354.0 x
499.0
pfDIN_C3
918.0 x 1298.0
pfDIN_C4
649.0 x
918.0
pfDIN_C5
459.0 x
649.0
pfDIN_C6
323.0 x
459.0
pfDIN_C65
323.0 x
649.0
pfDIN_DL
312.0 x
624.0
pfDIN_E4
623.0 x
879.0
pfDIN_E5
439.0 x
624.0
pfDIN_E6
312.0 x
439.0
pfDIN_E65
312.0 x
624.0
pfDIN_M5
439.0 x
632.0
pfDIN_M65
317.0 x
632.0
pfUS_Legal
612.0 x 1008.0
pfUS_Letter
612.0 x
792.0
Default value = pfDIN_A4
Return values:
If the function succeeds the return value is 1. If the function fails the return value is 0.
SetPageHeight
Syntax:
LBOOL pdfSetPageHeight(
const PPDF* IPDF, // Instance pointer
double Value)
// New height
The function changes the height of the currently open page if any, or the default height for newly
created pages. This function changes the media box of a page (see also SetBBox()). The page height
must be greater zero.
Return values:
If the function succeeds the return value is 1. If the function fails the return value is 0.
 

Previous topic: SetPageFormat, Paper formats:

Next topic: SetPageLayout, SetPageMode