iTextSharp.text.pdf.PdfImportedPage.SetFontAndSize C# (CSharp) Méthode

SetFontAndSize() public méthode

public SetFontAndSize ( BaseFont bf, float size ) : void
bf BaseFont
size float
Résultat void
        public override void SetFontAndSize(BaseFont bf, float size)
        {
            ThrowError();
        }