NumAtom Class

ABCpdf .net

 
   

An Atom representing a numeric value.

System.Object
   WebSupergoo.ABCpdf10.Atoms.Atom
      WebSupergoo.ABCpdf10.Atoms.NumAtom

 

   
   
Method Description
  Encode Encode a number into a PDF string. This format may be needed for direct insertion into a content stream.
Equals Test whether the two NumAtoms are the same.
NumAtom Construct a NumAtom.
  inherited methods...

 

   
   
Property Description
Num The integer value of the number.
Num64 The 64-bit integer value of the number.
Real The floating point value of the number.
  inherited properties...