PdfContents.SetBlendMode Method

PDF File Writer

PdfContentsSetBlendMode Method

Set color blend mode

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void SetBlendMode(
	BlendMode Blend
)

Parameters

Blend
Type: PdfFileWriterBlendMode
Blend method enumeration
See Also