Manual Reference Pages  - XpGetImageResolution (3Xp)

NAME

XpGetImageResolution - Gets the current image resolution for a print context.

CONTENTS

Synopsis
Arguments
Description
Diagnostics

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.
Jump to page    or go to Top of page |  Section 3Xp |  Main Index.


XpGetImageResolution (3Xp)
Generated by manServer 1.07 from /usr/X11R6/man/man3/XpGetImageResolution.3x.gz using man macros.