iTextSharp.text.pdf.PdfEncryptor.IsScreenReadersAllowed C# (CSharp) Méthode

IsScreenReadersAllowed() public static méthode

public static IsScreenReadersAllowed ( int permissions ) : bool
permissions int
Résultat bool
        public static bool IsScreenReadersAllowed(int permissions)
        {
            return (PdfWriter.ALLOW_SCREENREADERS & permissions) == PdfWriter.ALLOW_SCREENREADERS;
        }