menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerDistanceSettingsBuilder

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

    Constructors

    PdfViewerDistanceSettingsBuilder()

    Declaration
    public PdfViewerDistanceSettingsBuilder()

    PdfViewerDistanceSettingsBuilder(PdfViewerDistanceSettings)

    Declaration
    public PdfViewerDistanceSettingsBuilder(PdfViewerDistanceSettings model)
    Parameters
    Type Name Description
    PdfViewerDistanceSettings model

    Methods

    AllowedInteractions(Object)

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

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

    AnnotationSelectorSettings(Object)

    specifies the annotation selector settings of the annotation.

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

    Author(String)

    specifies the author of the annotation.

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

    BorderDashArray(Double)

    specifies the border dash array of the annotation.

    Declaration
    public PdfViewerDistanceSettingsBuilder BorderDashArray(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerDistanceSettingsBuilder

    CustomData(Object)

    specifies the custom data of the annotation.

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

    FillColor(String)

    specifies the fill color of the annotation.

    Declaration
    public PdfViewerDistanceSettingsBuilder FillColor(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PdfViewerDistanceSettingsBuilder

    IsLock(Boolean)

    specifies the locked action of the annotation.

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

    IsPrint(Boolean)

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

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

    LeaderLength(Double)

    specifies the leader length of the annotation.

    Declaration
    public PdfViewerDistanceSettingsBuilder LeaderLength(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerDistanceSettingsBuilder

    LineHeadEndStyle(LineHeadStyle)

    specifies the line head start style of the annotation.

    Declaration
    public PdfViewerDistanceSettingsBuilder LineHeadEndStyle(LineHeadStyle value)
    Parameters
    Type Name Description
    LineHeadStyle value
    Returns
    Type
    PdfViewerDistanceSettingsBuilder

    LineHeadStartStyle(LineHeadStyle)

    specifies the line head start style of the annotation.

    Declaration
    public PdfViewerDistanceSettingsBuilder LineHeadStartStyle(LineHeadStyle value)
    Parameters
    Type Name Description
    LineHeadStyle value
    Returns
    Type
    PdfViewerDistanceSettingsBuilder

    MaxHeight(Double)

    specifies the minHeight of the annotation.

    Declaration
    public PdfViewerDistanceSettingsBuilder MaxHeight(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerDistanceSettingsBuilder

    MaxWidth(Double)

    specifies the maxWidth of the annotation.

    Declaration
    public PdfViewerDistanceSettingsBuilder MaxWidth(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerDistanceSettingsBuilder

    MinHeight(Double)

    specifies the minHeight of the annotation.

    Declaration
    public PdfViewerDistanceSettingsBuilder MinHeight(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerDistanceSettingsBuilder

    MinWidth(Double)

    specifies the minWidth of the annotation.

    Declaration
    public PdfViewerDistanceSettingsBuilder MinWidth(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerDistanceSettingsBuilder

    Offset(Object)

    Get or set offset of the annotation.

    Declaration
    public PdfViewerDistanceSettingsBuilder Offset(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PdfViewerDistanceSettingsBuilder

    Opacity(Double)

    specifies the opacity of the annotation.

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

    PageNumber(Double)

    Get or set page number of the annotation.

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

    ResizeCursorType(CursorType)

    Defines the cursor type for distance annotation.

    Declaration
    public PdfViewerDistanceSettingsBuilder ResizeCursorType(CursorType value)
    Parameters
    Type Name Description
    CursorType value
    Returns
    Type
    PdfViewerDistanceSettingsBuilder

    StrokeColor(String)

    specifies the stroke color of the annotation.

    Declaration
    public PdfViewerDistanceSettingsBuilder StrokeColor(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PdfViewerDistanceSettingsBuilder

    Subject(String)

    specifies the subject of the annotation.

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

    Thickness(Double)

    specified the thickness of the annotation.

    Declaration
    public PdfViewerDistanceSettingsBuilder Thickness(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerDistanceSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved