VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfTextMarkupAnnotationAppearanceGenerator Class / HighlightAnnotationBlendMode Property
Syntax Requirements SeeAlso
In This Topic
    HighlightAnnotationBlendMode Property (PdfTextMarkupAnnotationAppearanceGenerator)
    In This Topic
    Gets or sets the color blending mode of text highlight annotation.
    Syntax
    '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); }
    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