'Declaration
Public Overloads Function IsMatch( _ ByVal width As Double, _ ByVal height As Double, _ ByVal delta As Double _ ) As Boolean
'Usage
Dim instance As PdfPageSize Dim width As Double Dim height As Double Dim delta As Double Dim value As Boolean value = instance.IsMatch(width, height, delta)
Parameters
- width
- Width to compare.
- height
- Height to compare.
- delta
- Allowed difference in size.
Return Value
True if the sizes match.