IPXC_BackgroundParams::BackgroundType Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_BackgroundParams::BackgroundType Property}}
 
{{#customTitle:IPXC_BackgroundParams::BackgroundType Property}}
  
Property '''BackgroundType''' of interface [[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]] returns/sets Value of [[PXV:PXC_BackgroundType|PXC_BackgroundType]] ...
+
Gets/sets the [[PXV:PXC_BackgroundType|background type]].
 
+
  
 
== Syntax ==
 
== Syntax ==

Revision as of 04:39, 15 April 2015

Gets/sets the background type.

Syntax

HRESULT get_BackgroundType([out, retval] PXC_BackgroundType* pType);
HRESULT put_BackgroundType([in] PXC_BackgroundType pType);

See Also

See also IPXC_BackgroundParams.