XFINIUM.PDF Documentation
IsMatch(Double,Double,Double) Method



Xfinium.Pdf Namespace > PdfPageSize Class > IsMatch Method : IsMatch(Double,Double,Double) Method
Width to compare.
Height to compare.
Allowed difference in size.
Tests if the given size matches this object when the difference is less than delta.
Syntax
'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)
public bool IsMatch( 
   double width,
   double height,
   double delta
)
public:
bool IsMatch( 
   double width,
   double height,
   double delta
) 

Parameters

width
Width to compare.
height
Height to compare.
delta
Allowed difference in size.

Return Value

True if the sizes match.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfPageSize Class
PdfPageSize Members
Overload List