IPXS_PDFVariant::ObjectGeneration Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 4: Line 4:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ObjectGeneration''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns Value of ULONG, which is pdf object generation for indirect variants and  ''0'' (zero) for direct one.
+
Property '''ObjectGeneration''' of interface [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] returns ULONG value, which is pdf object generated for indirect variant and  ''0'' (zero) for direct one.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 14:18, 14 May 2015


Property ObjectGeneration of interface IPXS_PDFVariant returns ULONG value, which is pdf object generated for indirect variant and 0 (zero) for direct one.

Syntax

HRESULT get_ObjectGeneration([out, retval]  ULONG*  pGen);

See Also

Please see IPXS_PDFVariant IsIndirect property to determine is variant indirect or not.
See also IPXS_PDFVariant::ObjectNumber Property.
See also IPXS_PDFVariant.