IPXC_WatermarkParams::WatermarkType Property

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

Revision as of 07:21, 15 April 2015

Gets/sets the type of the watermark.

Syntax

HRESULT get_WatermarkType([out, retval] PXC_WatermarkType* pType);
HRESULT put_WatermarkType([in] PXC_WatermarkType pType);

See Also

See also IPXC_WatermarkParams.