menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerVolumeSettingsBuilder

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

    Constructors

    PdfViewerVolumeSettingsBuilder()

    Declaration
    public PdfViewerVolumeSettingsBuilder()

    PdfViewerVolumeSettingsBuilder(PdfViewerVolumeSettings)

    Declaration
    public PdfViewerVolumeSettingsBuilder(PdfViewerVolumeSettings model)
    Parameters
    Type Name Description
    PdfViewerVolumeSettings model

    Methods

    AllowedInteractions(Object)

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

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

    AnnotationSelectorSettings(Object)

    specifies the annotation selector settings of the annotation.

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

    Author(String)

    specifies the author of the annotation.

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

    FillColor(String)

    specifies the fill color of the annotation.

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

    IsLock(Boolean)

    specifies the locked action of the annotation.

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

    IsPrint(Boolean)

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

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

    MaxHeight(Double)

    specifies the minHeight of the annotation.

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

    MaxWidth(Double)

    specifies the maxWidth of the annotation.

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

    MinHeight(Double)

    specifies the minHeight of the annotation.

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

    MinWidth(Double)

    specifies the minWidth of the annotation.

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

    Offset(Object)

    Get or set offset of the annotation.

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

    Opacity(Double)

    specifies the opacity of the annotation.

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

    PageNumber(Double)

    Get or set page number of the annotation.

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

    StrokeColor(String)

    specifies the stroke color of the annotation.

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

    Subject(String)

    specifies the subject of the annotation.

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

    Thickness(Double)

    specified the thickness of the annotation.

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