Home
last modified time | relevance | path

Searched defs:HPDF_SetPageMode (Results 1 – 8 of 8) sorted by relevance

/dports/print/libharu/libharu-RELEASE_2_3_0/if/delphi/
H A Dhpdf.pas126 function HPDF_SetPageMode (pdf: HPDF_Doc; mode: THPDF_PageMode): HPDF_STATUS; in HPDF_SetPageMode() function
/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_doc.c1814 HPDF_SetPageMode (HPDF_Doc pdf, in HPDF_SetPageMode() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_doc.c1815 HPDF_SetPageMode (HPDF_Doc pdf, in HPDF_SetPageMode() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_doc.c1815 HPDF_SetPageMode (HPDF_Doc pdf, in HPDF_SetPageMode() function
/dports/print/libharu/libharu-RELEASE_2_3_0/if/python/
H A Dhpdf.py196 HPDF_SetPageMode=haru.HPDF_SetPageMode variable
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/include/
H A Dvtk_haru_mangle.h524 #define HPDF_SetPageMode vtklibharu_HPDF_SetPageMode macro
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/include/
H A Dvtk_haru_mangle.h524 #define HPDF_SetPageMode vtklibharu_HPDF_SetPageMode macro
/dports/print/libharu/libharu-RELEASE_2_3_0/if/c#/
H A Dhpdf.cs392 private extern static uint HPDF_SetPageMode(IntPtr pdf, HPdfPageMode mode); in HPDF_SetPageMode() method in HPdf.HPdfDoc