IOpInputItem::Src Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Parent page removed)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IOpInputItem::Src Property}}
 
{{#customTitle:IOpInputItem::Src Property}}
 +
{{#parentPage:PXV:IOpInputItem#Properties|Src Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 06:46, 21 May 2015


Property Src of interface IOpInputItem returns/sets Pointer to IUnknown* ...

Syntax

HRESULT get_Src([out, retval]  IUnknown**  ppSrc);
HRESULT put_Src([in]  IUnknown*  ppSrc);

See Also

IOpInputItem.