iTextSharp.text.pdf.PdfImportedPage.SetFontAndSize C# (CSharp) 메소드

SetFontAndSize() 공개 메소드

public SetFontAndSize ( BaseFont bf, float size ) : void
bf BaseFont
size float
리턴 void
        public override void SetFontAndSize(BaseFont bf, float size)
        {
            ThrowError();
        }