IPXC_FontEnumCallback::OnNewFont Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
+ | {{#customTitle:IPXC_FontEnumCallback::OnNewFont Method}} | ||
+ | {{#parentPage:PXV:IPXC_FontEnumCallback#Methods|OnNewFont|method}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | The method of interface of PDF-XChange Editor SDK. | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">HRESULT OnNewFont([in] IPXC_Font* pFont, | ||
+ | [out, retval] VARIANT_BOOL* bCancel);</pre> | ||
+ | |||
+ | == Parameters == | ||
+ | ;pFont | ||
+ | :[in] Pointer to [[PXV:IPXC_Font|IPXC_Font]]. | ||
+ | ;bCancel | ||
+ | :[out, retval] Pointer to VARIANT_BOOL. | ||
+ | |||
+ | == Return Value == | ||
+ | Returns S_OK if operation was successful or error code in other cases. | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:IPXC_FontEnumCallback|IPXC_FontEnumCallback]] |
Revision as of 00:27, 20 October 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT OnNewFont([in] IPXC_Font* pFont, [out, retval] VARIANT_BOOL* bCancel);
Parameters
- pFont
- [in] Pointer to IPXC_Font.
- bCancel
- [out, retval] Pointer to VARIANT_BOOL.
Return Value
Returns S_OK if operation was successful or error code in other cases.