menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerAreaSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    PdfViewerAreaSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerAreaSettingsBuilder : ControlBuilder

    Constructors

    PdfViewerAreaSettingsBuilder()

    Declaration
    public PdfViewerAreaSettingsBuilder()

    PdfViewerAreaSettingsBuilder(PdfViewerAreaSettings)

    Declaration
    public PdfViewerAreaSettingsBuilder(PdfViewerAreaSettings model)
    Parameters
    Type Name Description
    PdfViewerAreaSettings model

    Methods

    AllowedInteractions(Object)

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

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

    AnnotationSelectorSettings(Object)

    specifies the annotation selector settings of the annotation.

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

    Author(String)

    specifies the author of the annotation.

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

    FillColor(String)

    specifies the fill color of the annotation.

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

    IsLock(Boolean)

    specifies the locked action of the annotation.

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

    IsPrint(Boolean)

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

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

    MaxHeight(Double)

    specifies the minHeight of the annotation.

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

    MaxWidth(Double)

    specifies the maxWidth of the annotation.

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

    MinHeight(Double)

    specifies the minHeight of the annotation.

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

    MinWidth(Double)

    specifies the minWidth of the annotation.

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

    Offset(Object)

    Get or set offset of the annotation.

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

    Opacity(Double)

    specifies the opacity of the annotation.

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

    PageNumber(Double)

    Get or set page number of the annotation.

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

    StrokeColor(String)

    specifies the stroke color of the annotation.

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

    Thickness(Double)

    specified the thickness of the annotation.

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