XFINIUM.PDF Documentation
IsMatch(PdfPageSize,Double) Method



Xfinium.Pdf Namespace > PdfPageSize Class > IsMatch Method : IsMatch(PdfPageSize,Double) Method
Object to compare.
Allowed difference in size.
Tests if the given object matches this object when the size different is less than delta.
Syntax
'Declaration
 
Public Overloads Function IsMatch( _
   ByVal other As PdfPageSize, _
   ByVal delta As Double _
) As Boolean
'Usage
 
Dim instance As PdfPageSize
Dim other As PdfPageSize
Dim delta As Double
Dim value As Boolean
 
value = instance.IsMatch(other, delta)
public bool IsMatch( 
   PdfPageSize other,
   double delta
)
public:
bool IsMatch( 
   PdfPageSize^ other,
   double delta
) 

Parameters

other
Object to compare.
delta
Allowed difference in size.

Return Value

True if the objects 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