menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerPerimeterSettingsBuilder

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

    Constructors

    PdfViewerPerimeterSettingsBuilder()

    Declaration
    public PdfViewerPerimeterSettingsBuilder()

    PdfViewerPerimeterSettingsBuilder(PdfViewerPerimeterSettings)

    Declaration
    public PdfViewerPerimeterSettingsBuilder(PdfViewerPerimeterSettings model)
    Parameters
    Type Name Description
    PdfViewerPerimeterSettings model

    Methods

    AllowedInteractions(Object)

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

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

    AnnotationSelectorSettings(Object)

    specifies the annotation selector settings of the annotation.

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

    Author(String)

    specifies the author of the annotation.

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

    BorderDashArray(Double)

    specifies the border dash array of the annotation.

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

    FillColor(String)

    specifies the fill color of the annotation.

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

    IsLock(Boolean)

    specifies the locked action of the annotation.

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

    IsPrint(Boolean)

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

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

    LineHeadEndStyle(LineHeadStyle)

    specifies the line head start style of the annotation.

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

    LineHeadStartStyle(LineHeadStyle)

    specifies the line head start style of the annotation.

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

    MaxHeight(Double)

    specifies the minHeight of the annotation.

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

    MaxWidth(Double)

    specifies the maxWidth of the annotation.

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

    MinHeight(Double)

    specifies the minHeight of the annotation.

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

    MinWidth(Double)

    specifies the minWidth of the annotation.

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

    Offset(Object)

    Get or set offset of the annotation.

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

    Opacity(Double)

    specifies the opacity of the annotation.

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

    PageNumber(Double)

    Get or set page number of the annotation.

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

    StrokeColor(String)

    specifies the stroke color of the annotation.

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

    Subject(String)

    specifies the subject of the annotation.

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

    Thickness(Double)

    specified the thickness of the annotation.

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