Limited time promo

GetCustomProperty

English

This help topic applies only to novaPDF. If you don't have it yet, you must download it first.

Download now Buy licenses
Apr 08, 2022
novaPDF 11.x
We strive to keep our help as accurate as possible. If you notice any inconsistencies or outdated info please let us know.
The GetCustomProperty method returns the custom property for the given index
HRESULT GetCustomProperty(
    [in] LONG p_nIndex,
    [out, string] LPWSTR* p_pwsPropertyName,
    [out, string] LPWSTR* p_pwsPropertyValue,
    [out] BOOL* p_pbEnabled
);

Parameters:

p_nIndex
    [in] custom property index

p_pwsPropertyName
    [out] custom property name

p_pwsPropertyValue
    [out] custom property value

p_bEnabled
    [out] flag, tag is enabled

Return values:

S_OK on success or COM error code
NV_NOT_INITIALIZED - Initialize was not called
NV_UNKNOWN_PROFILE - no profile loaded
NV_INVALID_CUSTOM_PROPERTY - invalid custom property index

Remarks:

This method returns information about the custom property at position given by p_nIndex