IPXC_AnnotData::Opacity Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 2: Line 2:
 
{{#customTitle:IPXC_AnnotData::Opacity Property}}
 
{{#customTitle:IPXC_AnnotData::Opacity Property}}
 
{{#parentPage:PXV:IPXC_AnnotData|Opacity Property|property}}
 
{{#parentPage:PXV:IPXC_AnnotData|Opacity Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 02:12, 4 May 2015


Gets/sets the opacity value of the annotation. The value between 0.0 and 1.0 should be used.

Syntax

HRESULT get_Opacity([out, retval]  double*  pOpacity);
HRESULT put_Opacity([in]  double  pOpacity);

See Also

See also IPXC_AnnotData.