In This Topic
Tries to convert the array to rectangle, the array should have 4 elements and all are numbers.
Syntax
'Declaration
Public Shared Function TryAsRect( _
ByVal As IPdfArray, _
ByRef As IPdfNumber, _
ByRef As IPdfNumber, _
ByRef As IPdfNumber, _
ByRef As IPdfNumber _
) As System.Boolean
public static System.bool TryAsRect(
IPdfArray ,
out IPdfNumber ,
out IPdfNumber ,
out IPdfNumber ,
out IPdfNumber
)
Parameters
- array
- The current array.
- left
- OUT: The X of left-bottom corner.
- bottom
- OUT: The Y of left-bottom corner.
- right
- OUT: The X of right-top corner.
- top
- OUT: The Y of right-top corner.
See Also