IPXV_Inst::CreatePageSizeCtl Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::CreatePageSizeCtl Method}}
 
{{#customTitle:IPXV_Inst::CreatePageSizeCtl Method}}
{{#parentPage:PXV:IPXV_Inst|CreatePageSizeCtl Method|method}}
+
{{#parentPage:PXV:IPXV_Inst#Methods|CreatePageSizeCtl|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Creates special helper for managing the group of predefined dialog-controls that is for specifying by end user the size of document's page.  
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT CreatePageSizeCtl([out, retval]  IPXV_PageSizeCtl**  ppPageSizeCtl);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT CreatePageSizeCtl([out, retval]  IPXV_PageSizeCtl**  pPageSizeCtl);</pre>
  
 
== Parameters ==
 
== Parameters ==
;ppPageSizeCtl
+
;pPageSizeCtl
:[out, retval]  Pointer to [[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]].
+
:[out, retval]  Returns pointer to new [[PXV:IPXV_PageSizeCtl|IPXV_PageSizeCtl]] object.
  
 
== Return Value ==
 
== Return Value ==
Line 19: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:55, 15 June 2015


Creates special helper for managing the group of predefined dialog-controls that is for specifying by end user the size of document's page.

Syntax

HRESULT CreatePageSizeCtl([out, retval]  IPXV_PageSizeCtl**  pPageSizeCtl);

Parameters

pPageSizeCtl
[out, retval] Returns pointer to new IPXV_PageSizeCtl object.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst