iTextSharp.text.pdf.security.LtvVerification.LtvVerification C# (CSharp) Method

LtvVerification() public method

public LtvVerification ( PdfStamper stp ) : System
stp PdfStamper
return System
        public LtvVerification(PdfStamper stp)
        {
            this.stp = stp;
            writer = stp.Writer;
            reader = stp.Reader;
            acroFields = stp.AcroFields;
        }