 | PdfPageObjectBlendMode Property |
Gets or sets the blend mode to be used in the transparent imaging model.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic BlendTypes BlendMode { get; set; }Public Property BlendMode As BlendTypes
Get
Set
public:
property BlendTypes BlendMode {
BlendTypes get ();
void set (BlendTypes value);
}member BlendMode : BlendTypes with get, set
/** @property */
public BlendTypes get_BlendMode()
/** @property */
public void set_BlendMode(BlendTypes value)
function get_BlendMode();
function set_BlendMode(value);
Property Value
BlendTypesOne of the values of the
BlendTypes enumeration.
Remarks
See Also