PXC_PrintPageParams Structure

From PDF XChange PDF SDK
Revision as of 06:44, 3 August 2020 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Specifies the ...

Syntax

struct PXC_PrintPageParams
{
    ULONG         nPageIndex;
    RECT          rcWhole;
    RECT          rcPart;
    LONG          nRotate;
    LONG          nViewRotate;
    IPXC_Content* pAdditionalContent;
};

Members

nPageIndex
Value of ULONG ...
rcWhole
Value of RECT ...
rcPart
Value of RECT ...
nRotate
Value of LONG ...
nViewRotate
Value of LONG ...
pAdditionalContent
Pointer to IPXC_Content ...

See Also

IPXC_PrintProcessor::PrintPage