iTextSharp.text.pdf.PdfImportedPage.SetColorStroke C# (CSharp) Method

SetColorStroke() public method

public SetColorStroke ( PdfSpotColor sp, float tint ) : void
sp PdfSpotColor
tint float
return void
        public override void SetColorStroke(PdfSpotColor sp, float tint)
        {
            ThrowError();
        }