IIXC_Inst::Page_CreateFromHBITMAP Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IIXC_Inst::Page_CreateFromHBITMAP Method}}
 
{{#customTitle:IIXC_Inst::Page_CreateFromHBITMAP Method}}
 
{{#parentPage:PXV:IIXC_Inst|Page_CreateFromHBITMAP Method|method}}
 
{{#parentPage:PXV:IIXC_Inst|Page_CreateFromHBITMAP Method|method}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
The method creates a page based on a handle of a Microsoft® Windows® Graphics Device Interface (GDI) bitmap and a handle of a GDI palette.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;hBitmap
 
;hBitmap
:[in]  Value of HANDLE_T.
+
:[in]  Specifies the handle of the GDI bitmap.
 
;hPalette
 
;hPalette
:[in]  Value of HANDLE_T.
+
:[in]  Specifies the handle of the palette to be used. This parameter can be NULL.
 
;ppPage
 
;ppPage
:[out, retval]  Pointer to [[PXV:IIXC_Page|IIXC_Page]].
+
:[out, retval]  Pointer to the variable where the [[PXV:IIXC_Page|IIXC_Page]] of the created page will be stored.
  
 
== Return Value ==
 
== Return Value ==
Line 24: Line 24:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IIXC_Inst|IIXC_Inst]].
+
:[[PXV:IIXC_Inst|IIXC_Inst]].

Revision as of 07:56, 29 April 2015


The method creates a page based on a handle of a Microsoft® Windows® Graphics Device Interface (GDI) bitmap and a handle of a GDI palette.

Syntax

HRESULT Page_CreateFromHBITMAP([in]           HANDLE_T     hBitmap,
                               [in]           HANDLE_T     hPalette,
                               [out, retval]  IIXC_Page**  ppPage);

Parameters

hBitmap
[in] Specifies the handle of the GDI bitmap.
hPalette
[in] Specifies the handle of the palette to be used. This parameter can be NULL.
ppPage
[out, retval] Pointer to the variable where the IIXC_Page of the created page will be stored.

Return Value

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

See Also

IIXC_Inst.