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 10: Line 10:
 
<pre class="brush:cpp;gutter:false">struct PXS_StreamInfo
 
<pre class="brush:cpp;gutter:false">struct PXS_StreamInfo
 
{
 
{
     StreamType      nType;
+
     PXS_StreamType  nType;
 
     IPXS_PDFVariant* pDict;
 
     IPXS_PDFVariant* pDict;
 
     ULONG            nWidth;
 
     ULONG            nWidth;
Line 20: Line 20:
 
== Members ==
 
== Members ==
 
;nType
 
;nType
: Value of [[PXV:StreamType|StreamType]] ...
+
: Value of [[PXV:PXS_StreamType|PXS_StreamType]] ...
 
;pDict
 
;pDict
 
: Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] ...
 
: Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] ...

Revision as of 05:33, 16 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

See also ...