'Declaration <DefaultValueAttribute(Multiply)> <CategoryAttribute("Highlight")> <DescriptionAttribute("The color blending mode of text highlight annotation.")> Public Property HighlightAnnotationBlendMode As Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode
[DefaultValue(Multiply)] [Category("Highlight")] [Description("The color blending mode of text highlight annotation.")] public Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode HighlightAnnotationBlendMode { get; set; }
[DefaultValue(Multiply)] [Category("Highlight")] [Description("The color blending mode of text highlight annotation.")] public: __property Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode get_HighlightAnnotationBlendMode(); public: __property void set_HighlightAnnotationBlendMode(
Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode value
);
[DefaultValue(Multiply)] [Category("Highlight")] [Description("The color blending mode of text highlight annotation.")] public:
property Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode HighlightAnnotationBlendMode { Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode get(); void set(Vintasoft.Imaging.Pdf.Tree.GraphicsStateBlendMode value); }