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

AddImage() public méthode

public AddImage ( Image image, float a, float b, float c, float d, float e, float f ) : void
image Image
a float
b float
c float
d float
e float
f float
Résultat void
        public override void AddImage(Image image, float a, float b, float c, float d, float e, float f)
        {
            ThrowError();
        }