IPXS_PDFVariant::ObjectNumber Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXS_PDFVariant::ObjectNumber Property}} | {{#customTitle:IPXS_PDFVariant::ObjectNumber Property}} | ||
− | {{#parentPage:PXV:IPXS_PDFVariant|ObjectNumber Property|property}} | + | {{#parentPage:PXV:IPXS_PDFVariant#Properties|ObjectNumber Property|property}} |
'''ObjectNumber''' property of [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] interface returns a ULONG value, which is pdf object number for an indirect variant and ''0'' (zero) for a direct one. | '''ObjectNumber''' property of [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] interface returns a ULONG value, which is pdf object number for an indirect variant and ''0'' (zero) for a direct one. |
Revision as of 14:14, 21 May 2015
ObjectNumber property of IPXS_PDFVariant interface returns a ULONG value, which is pdf object number for an indirect variant and 0 (zero) for a direct one.
Syntax
HRESULT get_ObjectNumber([out, retval] ULONG* pID);
See Also
- Please see IPXS_PDFVariant IsIndirect property to determine if a variant is indirect or not.
- See also IPXS_PDFVariant::ObjectGeneration Property.
- See also IPXS_PDFVariant.