IPXC_WatermarkParams::ImageSize Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
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 04: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);