IPXC_AnnotData::BlendMode Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXC_AnnotData::BlendMode Property}}
 
{{#customTitle:IPXC_AnnotData::BlendMode Property}}
 
{{#parentPage:PXV:IPXC_AnnotData|BlendMode Property|property}}
 
{{#parentPage:PXV:IPXC_AnnotData|BlendMode Property|property}}
{{ToReview}}
+
 
  
 
Gets/sets the [[PXV:PXC_BlendMode|blend mode]] of the annotation.
 
Gets/sets the [[PXV:PXC_BlendMode|blend mode]] of the annotation.

Revision as of 14:32, 20 May 2015


Gets/sets the blend mode of the annotation.

Syntax

HRESULT get_BlendMode([out, retval]  PXC_BlendMode*  pBMode);
HRESULT put_BlendMode([in]  PXC_BlendMode  pBMode);

See Also

IPXC_AnnotData.