background image
Functional specification
28
CDE/Motif PST
CDEnext
SEE ALSO
XpSetContext, XpPutDocumentData
,
XpSelectInput
,
XpSetAttributes
2.9
XpStartDoc - XpEndDoc - XpCancelDoc
2.9.1
Short Description
Indicates the beginning and ending of a single print document within a print job.
2.9.2
Long Description
NAME
XpStartDoc - start a print document
XpEndDoc - end a print docoument
XpCancelDoc - cancel a print document
SYNOPSIS
#include <X11/extensions/Print.h>
void XpStartDoc (
Display
*display,
XPDocumentType
type
)
void XpEndDoc (
Display
*display
)
void XpCancelDoc (
Display
*display
)
ARGUMENTS
display
Specifies a pointer to the
Display
structure; returned from
XOpenDisplay
.
type
Specifies the type of document:
XPDocRaw
or
XPDocNormal
RETURN VALUE
None.
DESCRIPTION
XpStartDoc
signals the beginning of a new print document.