VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageDrawImageCommand Class / BlendingMode Property
Синтаксис Требования Смотрите также
В этом разделе
    BlendingMode Свойство (PdfPageDrawImageCommand)
    В этом разделе
    Возвращает или задает режим смешивания для нарисованного изображения.
    Синтаксис
    '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
    );
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также