PXS_StreamInfo Structure

From PDF XChange PDF SDK
Revision as of 06:15, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Specifies the ...

Syntax

struct PXS_StreamInfo
{
    PXS_StreamType   nType;
    IPXS_PDFVariant* pDict;
    ULONG            nWidth;
    ULONG            nHeight;
    ULONG            nComponents;
};

Members

nType
Value of PXS_StreamType ...
pDict
Pointer to IPXS_PDFVariant ...
nWidth
Value of ULONG ...
nHeight
Value of ULONG ...
nComponents
Value of ULONG ...

See Also

IPXS_PDFVariant::Stream_CreateEncoder, IPXS_PDFVariant::Stream_CreateEncoderByDecoder, IPXS_PDFVariant::Stream_SetData, IPXS_PDFVariant::Stream_SetMemData, IPXS_EncodeFilter::Init