menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerRectangleSettingsBuilder

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

    Constructors

    PdfViewerRectangleSettingsBuilder()

    Declaration
    public PdfViewerRectangleSettingsBuilder()

    PdfViewerRectangleSettingsBuilder(PdfViewerRectangleSettings)

    Declaration
    public PdfViewerRectangleSettingsBuilder(PdfViewerRectangleSettings model)
    Parameters
    Type Name Description
    PdfViewerRectangleSettings model

    Methods

    AllowedInteractions(Object)

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

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

    AnnotationSelectorSettings(Object)

    specifies the annotation selector settings of the annotation.

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

    Author(String)

    specifies the author of the annotation.

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

    CustomData(Object)

    specifies the custom data of the annotation.

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

    FillColor(String)

    specifies the fill color of the annotation.

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

    Height(Double)

    specifies the height of the annotation.

    Declaration
    public PdfViewerRectangleSettingsBuilder Height(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerRectangleSettingsBuilder

    IsLock(Boolean)

    specifies the locked action of the annotation.

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

    IsPrint(Boolean)

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

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

    MaxHeight(Double)

    specifies the minHeight of the annotation.

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

    MaxWidth(Double)

    specifies the maxWidth of the annotation.

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

    MinHeight(Double)

    specifies the minHeight of the annotation.

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

    MinWidth(Double)

    specifies the minWidth of the annotation.

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

    Offset(Object)

    Get or set offset of the annotation.

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

    Opacity(Double)

    specifies the opacity of the annotation.

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

    PageNumber(Double)

    Get or set page number of the annotation.

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

    StrokeColor(String)

    specifies the stroke color of the annotation.

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

    Subject(String)

    specifies the subject of the annotation.

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

    Thickness(Double)

    specified the thickness of the annotation.

    Declaration
    public PdfViewerRectangleSettingsBuilder Thickness(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerRectangleSettingsBuilder

    Width(Double)

    specifies the width of the annotation.

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