menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerStrikethroughSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfViewerStrikethroughSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PdfViewerStrikethroughSettingsBuilder
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerStrikethroughSettingsBuilder : ControlBuilder

    Constructors

    PdfViewerStrikethroughSettingsBuilder()

    Declaration
    public PdfViewerStrikethroughSettingsBuilder()

    PdfViewerStrikethroughSettingsBuilder(PdfViewerStrikethroughSettings)

    Declaration
    public PdfViewerStrikethroughSettingsBuilder(PdfViewerStrikethroughSettings model)
    Parameters
    Type Name Description
    PdfViewerStrikethroughSettings model

    Methods

    AllowedInteractions(Object)

    Gets or sets the allowed interactions for the locked strikethrough annotations. IsLock can be configured using strikethrough settings.

    Declaration
    public PdfViewerStrikethroughSettingsBuilder AllowedInteractions(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PdfViewerStrikethroughSettingsBuilder

    AnnotationSelectorSettings(Object)

    specifies the annotation selector settings of the annotation.

    Declaration
    public PdfViewerStrikethroughSettingsBuilder AnnotationSelectorSettings(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PdfViewerStrikethroughSettingsBuilder

    Author(String)

    specifies the author of the annotation.

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

    Color(String)

    specifies the color of the annotation.

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

    CustomData(Object)

    specifies the custom data of the annotation.

    Declaration
    public PdfViewerStrikethroughSettingsBuilder CustomData(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PdfViewerStrikethroughSettingsBuilder

    EnableMultiPageAnnotation(Boolean)

    Enables or disables the multi-page text markup annotation selection in UI.

    Declaration
    public PdfViewerStrikethroughSettingsBuilder EnableMultiPageAnnotation(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PdfViewerStrikethroughSettingsBuilder

    EnableTextMarkupResizer(Boolean)

    Enable or disable the text markup resizer to modify the bounds in UI.

    Declaration
    public PdfViewerStrikethroughSettingsBuilder EnableTextMarkupResizer(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PdfViewerStrikethroughSettingsBuilder

    IsLock(Boolean)

    specifies the locked action of the annotation.

    Declaration
    public PdfViewerStrikethroughSettingsBuilder IsLock(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PdfViewerStrikethroughSettingsBuilder

    IsPrint(Boolean)

    specifies whether the individual annotations are included or not in print actions.

    Declaration
    public PdfViewerStrikethroughSettingsBuilder IsPrint(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PdfViewerStrikethroughSettingsBuilder

    Opacity(Double)

    specifies the opacity of the annotation.

    Declaration
    public PdfViewerStrikethroughSettingsBuilder Opacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerStrikethroughSettingsBuilder

    PageNumber(Double)

    Get or set page number of the annotation.

    Declaration
    public PdfViewerStrikethroughSettingsBuilder PageNumber(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerStrikethroughSettingsBuilder

    Subject(String)

    specifies the subject of the annotation.

    Declaration
    public PdfViewerStrikethroughSettingsBuilder Subject(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PdfViewerStrikethroughSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved