| PdfViewerFormsBlendMode Property |
Gets or sets blend mode which is used in drawing of acro forms.
Namespace: Patagames.Pdf.Net.Controls.WpfAssembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax public BlendTypes FormsBlendMode { get; set; }
Public Property FormsBlendMode As BlendTypes
Get
Set
public:
property BlendTypes FormsBlendMode {
BlendTypes get ();
void set (BlendTypes value);
}
member FormsBlendMode : BlendTypes with get, set
/** @property */
public BlendTypes get_FormsBlendMode()
/** @property */
public void set_FormsBlendMode(BlendTypes value)
function get_FormsBlendMode();
function set_FormsBlendMode(value);
Property Value
BlendTypesRemarks Default value: FXDIB_BLEND_MULTIPLY
See Also