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

SetColorFill() 공개 메소드

public SetColorFill ( PdfSpotColor sp, float tint ) : void
sp PdfSpotColor
tint float
리턴 void
        public override void SetColorFill(PdfSpotColor sp, float tint)
        {
            ThrowError();
        }