PXS_StreamInfo Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
(No difference)

Revision as of 07:15, 20 March 2015

Specifies the ...

Syntax

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

Members

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

See Also

See also ...