PXS_StreamInfo Structure
From PDF XChange PDF SDK
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 | ||
{ | { | ||
− | + | PXS_StreamType nType; | |
IPXS_PDFVariant* pDict; | IPXS_PDFVariant* pDict; | ||
ULONG nWidth; | ULONG nWidth; | ||
Line 20: | Line 20: | ||
== Members == | == Members == | ||
;nType | ;nType | ||
− | : Value of [[PXV: | + | : 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 04: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 ...