PXS_StreamInfo Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[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}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 11:
 
<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 21:
 
== 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]] ...
Line 31: Line 32:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXS_PDFVariant_Stream_CreateEncoder|IPXS_PDFVariant::Stream_CreateEncoder]], [[PXV:IPXS_PDFVariant_Stream_CreateEncoderByDecoder|IPXS_PDFVariant::Stream_CreateEncoderByDecoder]], [[PXV:IPXS_PDFVariant_Stream_SetData|IPXS_PDFVariant::Stream_SetData]], [[PXV:IPXS_PDFVariant_Stream_SetMemData|IPXS_PDFVariant::Stream_SetMemData]], [[PXV:IPXS_EncodeFilter_Init|IPXS_EncodeFilter::Init]]

Latest revision as of 10:39, 23 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

IPXS_PDFVariant::Stream_CreateEncoder, IPXS_PDFVariant::Stream_CreateEncoderByDecoder, IPXS_PDFVariant::Stream_SetData, IPXS_PDFVariant::Stream_SetMemData, IPXS_EncodeFilter::Init