PXS_StreamInfo Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXS_StreamInfo Structure}}
 
{{#customTitle:PXS_StreamInfo Structure}}
{{#parentPage:PXV:PXS|PXS_StreamInfo Structure|structure}}
+
{{#parentPage:PXV:PXS_Structures|PXS_StreamInfo Structure|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 23:31, 21 May 2015


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

...