IPXC_NameTree::ItemName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_NameTree::ItemName Property}}
 
{{#customTitle:IPXC_NameTree::ItemName Property}}
{{#parentPage:PXV:IPXC_NameTree|ItemName Property|property}}
+
{{#parentPage:PXV:IPXC_NameTree#Properties|ItemName Property|property}}
 
+
  
 
Gets item name by index in the name tree.
 
Gets item name by index in the name tree.

Revision as of 14:43, 21 May 2015

Gets item name by index in the name tree.

Syntax

HRESULT get_ItemName([in]           ULONG  nIndex,
                     [out, retval]  BSTR*  ppName);

Parameters

nIndex
[in] The index of the item to get from the name tree.

See Also

IPXC_NameTree.