Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImageHandlerCollection Class / Comparer Property

In This Topic
    Comparer Property (PdfImageHandlerCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Comparer As System.Collections.Generic.IEqualityComparer(Of TKey)
    public System.Collections.Generic.IEqualityComparer<TKey> Comparer {get;}
    See Also