menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class PdfViewerShapeLabelSettingsBuilder

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

    Constructors

    PdfViewerShapeLabelSettingsBuilder()

    Declaration
    public PdfViewerShapeLabelSettingsBuilder()

    PdfViewerShapeLabelSettingsBuilder(PdfViewerShapeLabelSettings)

    Declaration
    public PdfViewerShapeLabelSettingsBuilder(PdfViewerShapeLabelSettings model)
    Parameters
    Type Name Description
    PdfViewerShapeLabelSettings model

    Methods

    FillColor(String)

    specifies the fill color of the label.

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

    FontColor(String)

    specifies the border color of the label.

    Declaration
    public PdfViewerShapeLabelSettingsBuilder FontColor(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PdfViewerShapeLabelSettingsBuilder

    FontFamily(String)

    specifies the max-width of the label.

    Declaration
    public PdfViewerShapeLabelSettingsBuilder FontFamily(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PdfViewerShapeLabelSettingsBuilder

    FontSize(Double)

    specifies the font size of the label.

    Declaration
    public PdfViewerShapeLabelSettingsBuilder FontSize(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    PdfViewerShapeLabelSettingsBuilder

    LabelContent(String)

    specifies the default content of the label.

    Declaration
    public PdfViewerShapeLabelSettingsBuilder LabelContent(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PdfViewerShapeLabelSettingsBuilder

    Notes(String)

    specifies the default content of the label.

    Declaration
    public PdfViewerShapeLabelSettingsBuilder Notes(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    PdfViewerShapeLabelSettingsBuilder

    Opacity(Double)

    specifies the opacity of the label.

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