ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerHighlightSettingsBuilder - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerHighlightSettingsBuilder

    Class PdfViewerHighlightSettingsBuilder.

    Inheritance
    System.Object
    PdfViewerHighlightSettingsBuilder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class PdfViewerHighlightSettingsBuilder

    Constructors

    PdfViewerHighlightSettingsBuilder(PdfViewerHighlightSettings)

    Initializes a new instance of the PdfViewerHighlightSettingsBuilder class.

    Declaration
    public PdfViewerHighlightSettingsBuilder(PdfViewerHighlightSettings highlightSettings)
    Parameters
    Type Name Description
    PdfViewerHighlightSettings highlightSettings

    The highlight settings.

    Methods

    Author(String)

    Specifies the Author of the highlight annotation

    Declaration
    public PdfViewerHighlightSettingsBuilder Author(string value)
    Parameters
    Type Name Description
    System.String value

    The value.

    Returns
    Type Description
    PdfViewerHighlightSettingsBuilder

    PdfViewerHighlightSettingsBuilder

    Color(String)

    Specifies the color of the highlight annotation

    Declaration
    public PdfViewerHighlightSettingsBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value

    The value.

    Returns
    Type Description
    PdfViewerHighlightSettingsBuilder

    PdfViewerHighlightSettingsBuilder

    IsLocked(Boolean)

    Specifies the isLocked property of the highlight annotation

    Declaration
    public PdfViewerHighlightSettingsBuilder IsLocked(bool value)
    Parameters
    Type Name Description
    System.Boolean value

    The value.

    Returns
    Type Description
    PdfViewerHighlightSettingsBuilder

    PdfViewerHighlightSettingsBuilder

    ModifiedDate(String)

    Specifies the Modified Date of the highlight annotation

    Declaration
    public PdfViewerHighlightSettingsBuilder ModifiedDate(string value)
    Parameters
    Type Name Description
    System.String value

    The value.

    Returns
    Type Description
    PdfViewerHighlightSettingsBuilder

    PdfViewerHighlightSettingsBuilder

    Opacity(Single)

    Specifies the Opacity of the highlight annotation

    Declaration
    public PdfViewerHighlightSettingsBuilder Opacity(float value)
    Parameters
    Type Name Description
    System.Single value

    The value.

    Returns
    Type Description
    PdfViewerHighlightSettingsBuilder

    PdfViewerHighlightSettingsBuilder

    Subject(String)

    Specifies the Subject of the highlight annotation

    Declaration
    public PdfViewerHighlightSettingsBuilder Subject(string value)
    Parameters
    Type Name Description
    System.String value

    The value.

    Returns
    Type Description
    PdfViewerHighlightSettingsBuilder

    PdfViewerHighlightSettingsBuilder

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved