IPXC_WatermarkParams::ImageSize Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 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#Properties|ImageSize Property|property}}
+
{{#parentPage:PXV:IPXC_WatermarkParams#Properties|ImageSize|property}}
{{ToReview}}
+
  
Gets/sets the [[PXV:PXC_Size|size]] of the image file which 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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_ImageSize([out, retval]  PXC_Size*  pImageSize);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ImageSize([out, retval]  PXC_Size*  stImageSize);
HRESULT put_ImageSize([in]  PXC_Size*  pImageSize);
+
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 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