iTextSharp.text.pdf.PdfReader.Is128Key C# (CSharp) Method

Is128Key() public method

public Is128Key ( ) : bool
return bool
        public bool Is128Key() {
            return rValue == 3;
        }