menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerRadiusSettingsBuilder - API Reference

    Show / Hide Table of Contents

    Class PdfViewerRadiusSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    PdfViewerRadiusSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerRadiusSettingsBuilder : ControlBuilder

    Constructors

    PdfViewerRadiusSettingsBuilder()

    Declaration
    public PdfViewerRadiusSettingsBuilder()

    PdfViewerRadiusSettingsBuilder(PdfViewerRadiusSettings)

    Declaration
    public PdfViewerRadiusSettingsBuilder(PdfViewerRadiusSettings model)
    Parameters
    Type Name Description
    PdfViewerRadiusSettings model

    Methods

    AllowedInteractions(Object)

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

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

    AnnotationSelectorSettings(Object)

    specifies the annotation selector settings of the annotation.

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

    Author(String)

    specifies the author of the annotation.

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

    CustomData(Object)

    specifies the custom data of the annotation.

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

    FillColor(String)

    specifies the fill color of the annotation.

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

    Height(Double)

    specifies the height of the annotation.

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

    IsLock(Boolean)

    specifies the locked action of the annotation.

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

    IsPrint(Boolean)

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

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

    MaxHeight(Double)

    specifies the minHeight of the annotation.

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

    MaxWidth(Double)

    specifies the maxWidth of the annotation.

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

    MinHeight(Double)

    specifies the minHeight of the annotation.

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

    MinWidth(Double)

    specifies the minWidth of the annotation.

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

    Offset(Object)

    Get or set offset of the annotation.

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

    Opacity(Double)

    specifies the opacity of the annotation.

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

    PageNumber(Double)

    Get or set page number of the annotation.

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

    StrokeColor(String)

    specifies the stroke color of the annotation.

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

    Thickness(Double)

    specified the thickness of the annotation.

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

    Width(Double)

    specifies the width of the annotation.

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