setBlendMode abstract method

void setBlendMode(
  1. PdfBlendMode mode
)

Sets the blend mode for subsequent painting (gs /BM). Non-compositing devices can ignore it.

Implementation

void setBlendMode(PdfBlendMode mode);