RefAtom RefAtom Function. Construct a RefAtom. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Construct a RefAtom.

 

   
Syntax  

[C#]
RefAtom()
RefAtom(IndirectObject value)

[Visual Basic]
Sub New()
Sub New(value As IndirectObject)

 

   

Params
 
Name Description
value The initial IndirectObject that the Atom should point to.

 

   

Notes
 

Create a RefAtom.

If an IndirectObject is not specified the default of the null object at entry zero will be used.

 

   

Example
 

None.