menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerAnnotationSettingsBuilder

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

    Constructors

    PdfViewerAnnotationSettingsBuilder()

    Declaration
    public PdfViewerAnnotationSettingsBuilder()

    PdfViewerAnnotationSettingsBuilder(PdfViewerAnnotationSettings)

    Declaration
    public PdfViewerAnnotationSettingsBuilder(PdfViewerAnnotationSettings model)
    Parameters
    Type Name Description
    PdfViewerAnnotationSettings model

    Methods

    AllowedInteractions(Object)

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

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

    Author(String)

    specifies the author of the annotation.

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

    CustomData(Object)

    specifies the custom data of the annotation.

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

    IsLock(Boolean)

    specifies the locked action of the annotation.

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

    MaxHeight(Double)

    specifies the minHeight of the annotation.

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

    MaxWidth(Double)

    specifies the maxWidth of the annotation.

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

    MinHeight(Double)

    specifies the minHeight of the annotation.

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

    MinWidth(Double)

    specifies the minWidth of the annotation.

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

    SkipDownload(Boolean)

    specifies whether the annotations are included or not in download actions.

    Declaration
    public PdfViewerAnnotationSettingsBuilder SkipDownload(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    PdfViewerAnnotationSettingsBuilder

    SkipPrint(Boolean)

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

    Declaration
    public PdfViewerAnnotationSettingsBuilder SkipPrint(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    PdfViewerAnnotationSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved