from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
XpGetImageResolution
Section: XPRINT FUNCTIONS (3Xp) Updated: libXp 1.0.3 Index
Return to Main Contents
NAME
XpGetImageResolution - Gets the current image
resolution for a print context.
SYNOPSIS
cc [ flag... ] file... -lXp [ library... ]
#include < X11/extensions/Print.h>
int XpGetImageResolution
(
display,
print_context
)
Display *display;
XPContext print_context;
ARGUMENTS
- display
-
Specifies a pointer to the Display structure.
- print_context
-
Specifies the print context on which to get the resolution.
DESCRIPTION
XpGetImageResolution returns the current image resolution for the specified
print context. A value of zero means the resolution automatically tracks
the printer resolution. If the request fails in some way, a negative value
is returned.
DIAGNOSTICS
- XPBadContext
-
A valid print context-id has not been set prior to making this call.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- DIAGNOSTICS
-
|