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

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

    See Also