IPXS_PDFVariant::ObjectNumber Property
From PDF XChange PDF SDK
Line 4: | Line 4: | ||
{{ToReview}} | {{ToReview}} | ||
− | + | '''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. | |
== Syntax == | == Syntax == | ||
Line 11: | Line 11: | ||
== See Also == | == See Also == | ||
− | :Please see [[PXV:IPXS_PDFVariant_IsIndirect|IPXS_PDFVariant IsIndirect property]] to determine | + | :Please see [[PXV:IPXS_PDFVariant_IsIndirect|IPXS_PDFVariant IsIndirect property]] to determine if a variant is indirect or not. |
:See also [[PXV:IPXS_PDFVariant_ObjectGeneration]]. | :See also [[PXV:IPXS_PDFVariant_ObjectGeneration]]. | ||
:See also [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]. | :See also [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]. |
Revision as of 13:21, 14 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.