VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfGraphicsStateParameters Class / BlendMode Property
Syntax Requirements SeeAlso
In This Topic
    BlendMode Property (PdfGraphicsStateParameters)
    In This Topic
    Gets or sets the current blend mode to be used in the transparent imaging model.
    Syntax
    'Declaration
    
    Public Property BlendMode As GraphicsStateBlendMode
    
    
    public GraphicsStateBlendMode BlendMode { get; set; }
    
    
    public: __property GraphicsStateBlendMode get_BlendMode();
    public: __property void set_BlendMode(
    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