IUIX_RangesNavigator::SetCustomLabelsProvider Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_RangesNavigator::SetCustomLabelsProvider Method}} | {{#customTitle:IUIX_RangesNavigator::SetCustomLabelsProvider Method}} | ||
{{#parentPage:PXV:IUIX_RangesNavigator#Methods|SetCustomLabelsProvider|method}} | {{#parentPage:PXV:IUIX_RangesNavigator#Methods|SetCustomLabelsProvider|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. | ||
+ | |||
+ | Sets the object that will return thumb label. | ||
== Syntax == | == Syntax == |
Latest revision as of 01:04, 27 May 2015
The method of interface of PDF-XChange Editor SDK.
Sets the object that will return thumb label.
Syntax
HRESULT SetCustomLabelsProvider([in] IUIX_CustomLabelsProvider* pCustLabelProvider);
Parameters
- pCustLabelProvider
- [in] Pointer to IUIX_CustomLabelsProvider.
Return Value
Returns S_OK if operation was successful or error code in other cases.