IPXC_WatermarkParams::ImageSize Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 4: Line 4:
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|ImageSize|property}}
 
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|ImageSize|property}}
  
Gets/sets the [[PXV:PXC_Size|size]] of the image file that will be used as watermark source.
+
Gets/sets the [[PXV:PXC_Size|size]] of the image file in page coordinates that will be used as watermark source.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 05:46, 16 March 2017

Gets/sets the size of the image file in page coordinates that will be used as watermark source.

Syntax

HRESULT get_ImageSize([out, retval]  PXC_Size*  stImageSize);
HRESULT put_ImageSize([in]  PXC_Size*  stImageSize);

See Also

IPXC_WatermarkParams