menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerStampSettingsBuilder

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

    Constructors

    PdfViewerStampSettingsBuilder()

    Declaration
    public PdfViewerStampSettingsBuilder()

    PdfViewerStampSettingsBuilder(PdfViewerStampSettings)

    Declaration
    public PdfViewerStampSettingsBuilder(PdfViewerStampSettings model)
    Parameters
    Type Name Description
    PdfViewerStampSettings model

    Methods

    AllowedInteractions(Object)

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

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

    AnnotationSelectorSettings(Object)

    specifies the annotation selector settings of the annotation.

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

    Author(String)

    specifies the author of the annotation.

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

    CustomData(Object)

    specifies the custom data of the annotation.

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

    DynamicStamps(Object)

    Provide option to define the required dynamic stamp items to be displayed in annotation toolbar menu.

    Declaration
    public PdfViewerStampSettingsBuilder DynamicStamps(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PdfViewerStampSettingsBuilder

    Height(Double)

    specifies the height of the annotation.

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

    IsLock(Boolean)

    specifies the locked action of the annotation.

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

    IsPrint(Boolean)

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

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

    MaxHeight(Double)

    specifies the minHeight of the annotation.

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

    MaxWidth(Double)

    specifies the maxWidth of the annotation.

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

    MinHeight(Double)

    specifies the minHeight of the annotation.

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

    MinWidth(Double)

    specifies the minWidth of the annotation.

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

    Offset(Object)

    Get or set offset of the annotation.

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

    Opacity(Double)

    specifies the opacity of the annotation.

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

    PageNumber(Double)

    Get or set page number of the annotation.

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

    SignStamps(Object)

    Provide option to define the required sign stamp items to be displayed in annotation toolbar menu.

    Declaration
    public PdfViewerStampSettingsBuilder SignStamps(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PdfViewerStampSettingsBuilder

    StandardBusinessStamps(Object)

    Provide option to define the required standard business stamp items to be displayed in annotation toolbar menu.

    Declaration
    public PdfViewerStampSettingsBuilder StandardBusinessStamps(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PdfViewerStampSettingsBuilder

    Subject(String)

    specifies the subject of the annotation.

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

    Width(Double)

    specifies the width of the annotation.

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