iTextSharp.text.pdf.PdfContentByte.ResetRGBColorFill C# (CSharp) Метод

ResetRGBColorFill() публичный Метод

public ResetRGBColorFill ( ) : void
Результат void
        public virtual void ResetRGBColorFill()
        {
            content.Append("0 g").Append_i(separator);
        }

Usage Example

Пример #1
0
		protected static void FinishShape (PdfContentByte contentByte)
		{
			contentByte.FillStroke();
			contentByte.ResetRGBColorFill();
		}
All Usage Examples Of iTextSharp.text.pdf.PdfContentByte::ResetRGBColorFill
PdfContentByte