ArrayAtom FromXRect Function. Create an ArrayAtom from a XRect representation. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Create an ArrayAtom from a XRect representation

 

   
Syntax  

[C#]
static ArrayAtom FromXRect(WebSupergoo.ABCpdf10.XRect value)

[Visual Basic]
Shared Function FromXRect(value As WebSupergoo.ABCpdf10.XRect) As ArrayAtom

 

   

Params
 
Name Description
value The XRect representing the value of the object.

 

   

Notes
 

Create an ArrayAtom from a XRect representation.

The ArrayAtom will contain four NumAtoms corresponding to the horizontal and vertical elements of two diagonally opposite corners.

 

   

Example
 

None.