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;
        }