iTextSharp.text.pdf.AcroFields.InstHit.IsHit C# (CSharp) Метод

IsHit() публичный Метод

public IsHit ( int n ) : bool
n int
Результат bool
            public bool IsHit(int n) {
                if (hits == null)
                    return true;
                return hits.ContainsKey(n);
            }
        }
AcroFields.InstHit