IIXC_Page::ConvertToFormat Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Parameters)
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IIXC_Page::ConvertToFormat Method}}
 
{{#customTitle:IIXC_Page::ConvertToFormat Method}}
{{#parentPage:PXV:IIXC_Page|ConvertToFormat Method|method}}
+
{{#parentPage:PXV:IIXC_Page#Methods|ConvertToFormat|method}}
{{ToReview}}
+
  
 
'''ConvertToFormat''' converts an existing page to one of the supported internal formats.
 
'''ConvertToFormat''' converts an existing page to one of the supported internal formats.
Line 19: Line 19:
  
 
== See Also ==
 
== See Also ==
:[[PXV:IIXC_Page|IIXC_Page]]
+
[[PXV:IIXC_Page|IIXC_Page]]
:[[PXV:IXC_PageFormat|IXC_PageFormat]]
+

Latest revision as of 03:16, 15 June 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.
An existing alpha-channel will be removed when converting to these formats: PageFormat_1Indexed, PageFormat_8Indexed, PageFormat_8Gray, PageFormat_8RGB, PageFormat_16Gray, PageFormat_16RGB.
A non-existent alpha-channel will be created when converting to these formats: PageFormat_8AlphaGray,PageFormat_8ARGB, PageFormat_16AlphaGray, PageFormat_16ARGB, PageFormat_Vector

Return Value

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

See Also

IIXC_Page