iTextSharp.text.pdf.PdfEncryptor.IsPrintingAllowed C# (CSharp) 메소드

IsPrintingAllowed() 공개 정적인 메소드

public static IsPrintingAllowed ( int permissions ) : bool
permissions int
리턴 bool
        public static bool IsPrintingAllowed(int permissions)
        {
            return (PdfWriter.ALLOW_PRINTING & permissions) == PdfWriter.ALLOW_PRINTING;
        }