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 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXS_StreamInfo Structure}}
 
{{#customTitle:PXS_StreamInfo Structure}}
 +
{{#parentPage:PXV:PXS|PXS_StreamInfo Structure|structure}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">struct PXS_StreamInfo
 
<pre class="brush:cpp;gutter:false">struct PXS_StreamInfo
 
{
 
{
     StreamType nType;
+
     StreamType       nType;
 
     IPXS_PDFVariant* pDict;
 
     IPXS_PDFVariant* pDict;
     ULONG nWidth;
+
     ULONG           nWidth;
     ULONG nHeight;
+
     ULONG           nHeight;
     ULONG nComponents;
+
     ULONG           nComponents;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:02, 23 April 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 ...