'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
);
[DefaultValue(Normal)] [Description("The blending mode for drawn image.")] public:
property Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode BlendingMode { Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode get(); void set(Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode value); }