IIXC_Page::ConvertToFormat Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IIXC_Page::ConvertToFormat Method}}
 
{{#customTitle:IIXC_Page::ConvertToFormat Method}}
 
{{#parentPage:PXV:IIXC_Page|ConvertToFormat Method|method}}
 
{{#parentPage:PXV:IIXC_Page|ConvertToFormat Method|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
'''ConvertToFormat''' converts an existing page to one of the supported internal formats.
  
 
== Syntax ==
 
== Syntax ==
Line 12: Line 11:
 
== Parameters ==
 
== Parameters ==
 
;nFormat
 
;nFormat
:[in]  Value of [[PXV:IXC_PageFormat|IXC_PageFormat]].
+
:[in]  Specifies the format to which the page will be converted. Can be one of the following Value of [[PXV:IXC_PageFormat|IXC_PageFormat]].
  
 
== Return Value ==
 
== Return Value ==
Line 18: Line 17:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IIXC_Page|IIXC_Page]].
+
:[[PXV:IIXC_Page|IIXC_Page]]
 +
:[[PXV:IXC_PageFormat|IXC_PageFormat]]

Revision as of 23:58, 28 April 2015


ConvertToFormat converts an existing page to one of the supported internal formats.

Syntax

HRESULT ConvertToFormat([in]  IXC_PageFormat  nFormat);

Parameters

nFormat
[in] Specifies the format to which the page will be converted. Can be one of the following Value of IXC_PageFormat.

Return Value

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

See Also

IIXC_Page
IXC_PageFormat