Click or drag to resize

PdfPageObjectBlendMode Property

Gets or sets the blend mode to be used in the transparent imaging model.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public BlendTypes BlendMode { get; set; }

Property Value

BlendTypes
One of the values of the BlendTypes enumeration.
Remarks
See BlendTypes enumeration for details.
See Also