IPXS_PDFVariant::ObjectNumber Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 4: Line 4:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ObjectNumber''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns Value of ULONG, which is pdf object number for indirect variants and ''0'' (zero) for 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.
  
 
== Syntax ==
 
== Syntax ==
Line 11: Line 11:
  
 
== See Also ==
 
== See Also ==
:Please see [[PXV:IPXS_PDFVariant_IsIndirect|IPXS_PDFVariant IsIndirect property]] to determine is variant indirect or not.
+
: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 14: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.