VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageDrawImageCommand Class / BlendingMode Property
Syntax Requirements SeeAlso
In This Topic
    BlendingMode Property (PdfPageDrawImageCommand)
    In This Topic
    Gets or sets the blending mode for drawn image.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Normal)>
    <DescriptionAttribute("The blending mode for drawn image.")>
    Public Property BlendingMode As Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode
    
    
    [DefaultValue(Normal)]
    [Description("The blending mode for drawn image.")]
    public Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode BlendingMode { get; set; }
    
    
    [DefaultValue(Normal)]
    [Description("The blending mode for drawn image.")]
    public: __property Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode get_BlendingMode();
    public: __property void set_BlendingMode(
    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