IPXS_PDFVariant::ObjectNumber Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''ObjectNumber''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns Value of ULONG | + | Property '''ObjectNumber''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns Value of ULONG, which is object number for indirect variants and ''0'' (zero) for direct one. |
== Syntax == | == Syntax == | ||
Line 12: | Line 12: | ||
== See Also == | == See Also == | ||
− | See also [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]. | + | :Please see [[PXV:IPXS_PDFVariant_IsIndirect|IPXS_PDFVariant IsIndirect property]] to determine is variant indirect or not. |
+ | :See also [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]. |
Revision as of 05:49, 7 May 2015
Property ObjectNumber of interface IPXS_PDFVariant returns Value of ULONG, which is object number for indirect variants and 0 (zero) for direct one.
Syntax
HRESULT get_ObjectNumber([out, retval] ULONG* pID);
See Also
- Please see IPXS_PDFVariant IsIndirect property to determine is variant indirect or not.
- See also IPXS_PDFVariant.