[]
Tries to convert the array to rectangle, the array should have 4 elements and all are numbers.
public static bool TryAsRect(this IPdfArray array, out IPdfNumber left, out IPdfNumber bottom, out IPdfNumber right, out IPdfNumber top)
| Type | Name | Description |
|---|---|---|
| IPdfArray | array | The current array. |
| IPdfNumber | left | OUT: The X of left-bottom corner. |
| IPdfNumber | bottom | OUT: The Y of left-bottom corner. |
| IPdfNumber | right | OUT: The X of right-top corner. |
| IPdfNumber | top | OUT: The Y of right-top corner. |
| Type | Description |
|---|---|
| bool |