VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfBrush Class / BlendMode Property
Syntax Requirements SeeAlso
In This Topic
    BlendMode Property (PdfBrush)
    In This Topic
    Gets or sets the blending mode of this PdfBrush.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Normal)>
    <DescriptionAttribute("The blending mode of this brush.")>
    Public Property BlendMode As Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode
    
    
    [DefaultValue(Normal)]
    [Description("The blending mode of this brush.")]
    public Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode BlendMode { get; set; }
    
    
    [DefaultValue(Normal)]
    [Description("The blending mode of this brush.")]
    public: __property Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode get_BlendMode();
    public: __property void set_BlendMode(
    Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode value
    );
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also