ICabNode::Stream Property

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:ICabNode::Stream Property}}
 
{{#customTitle:ICabNode::Stream Property}}
{{#parentPage:PXV:ICabNode#Properties|Stream Property|property}}
+
{{#parentPage:PXV:ICabNode#Properties|Stream|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 07:52, 23 May 2015


Property Stream of interface ICabNode returns/sets Pointer to IStream ...

Syntax

HRESULT get_Stream([out, retval]  IStream**  pVal);
HRESULT put_Stream([in]  IStream*  pVal);

See Also

ICabNode