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

IsAssemblyAllowed() 공개 정적인 메소드

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