'Declaration <DescriptionAttribute("The blending mode.")> Public Property BlendingMode As Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode
[Description("The blending mode.")] public Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode BlendingMode { get; set; }
[Description("The blending mode.")] public: __property Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode get_BlendingMode(); public: __property void set_BlendingMode(
Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode value
);
[Description("The blending mode.")] public:
property Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode BlendingMode { Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode get(); void set(Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode value); }