menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerCustomStampSettingsBuilder

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

    Constructors

    PdfViewerCustomStampSettingsBuilder()

    Declaration
    public PdfViewerCustomStampSettingsBuilder()

    PdfViewerCustomStampSettingsBuilder(PdfViewerCustomStampSettings)

    Declaration
    public PdfViewerCustomStampSettingsBuilder(PdfViewerCustomStampSettings model)
    Parameters
    Type Name Description
    PdfViewerCustomStampSettings model

    Methods

    AllowedInteractions(Object)

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

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

    Author(String)

    specifies the author of the annotation.

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

    CustomStamps(Object)

    Define the custom image path and it's name to be displayed in the menu items.

    Declaration
    public PdfViewerCustomStampSettingsBuilder CustomStamps(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    PdfViewerCustomStampSettingsBuilder

    EnableCustomStamp(Boolean)

    If it is set as false. then the custom stamp items won't be visible in the annotation toolbar stamp menu items.

    Declaration
    public PdfViewerCustomStampSettingsBuilder EnableCustomStamp(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PdfViewerCustomStampSettingsBuilder

    Height(Double)

    specifies the height of the annotation.

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

    IsAddToMenu(Boolean)

    Specifies to maintain the newly added custom stamp element in the menu items.

    Declaration
    public PdfViewerCustomStampSettingsBuilder IsAddToMenu(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    PdfViewerCustomStampSettingsBuilder

    IsLock(Boolean)

    specifies the locked action of the annotation.

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

    IsPrint(Boolean)

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

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

    Left(Double)

    specifies the left position of the annotation.

    Declaration
    public PdfViewerCustomStampSettingsBuilder Left(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerCustomStampSettingsBuilder

    MaxHeight(Double)

    specifies the minHeight of the annotation.

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

    MaxWidth(Double)

    specifies the maxWidth of the annotation.

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

    MinHeight(Double)

    specifies the minHeight of the annotation.

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

    MinWidth(Double)

    specifies the minWidth of the annotation.

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

    Offset(Object)

    Get or set offset of the annotation.

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

    Opacity(Double)

    specifies the opacity of the annotation.

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

    PageNumber(Double)

    Get or set page number of the annotation.

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

    Subject(String)

    specifies the subject of the annotation.

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

    Top(Double)

    specifies the top position of the annotation.

    Declaration
    public PdfViewerCustomStampSettingsBuilder Top(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerCustomStampSettingsBuilder

    Width(Double)

    specifies the width of the annotation.

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