IPXC_WatermarkParams::ImageSize Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_WatermarkParams::ImageSize Property}} | {{#customTitle:IPXC_WatermarkParams::ImageSize Property}} | ||
− | {{#parentPage:PXV:IPXC_WatermarkParams|ImageSize | + | {{#parentPage:PXV:IPXC_WatermarkParams#Properties|ImageSize|property}} |
− | + | ||
− | Gets/sets the [[PXV:PXC_Size|size]] of the image file | + | Gets/sets the [[PXV:PXC_Size|size]] of the image file in page coordinates that will be used as watermark source. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ImageSize([out, retval] PXC_Size* | + | <pre class="brush:cpp;gutter:false">HRESULT get_ImageSize([out, retval] PXC_Size* stImageSize); |
− | HRESULT put_ImageSize([in] PXC_Size* | + | HRESULT put_ImageSize([in] PXC_Size* stImageSize); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]] | + | [[PXV:IPXC_WatermarkParams|IPXC_WatermarkParams]] |
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);