Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfMultipleNumberValueField

    Show / Hide Table of Contents

    Class PdfMultipleNumberValueField

    Represents automatic field which has the same value within the PdfGraphics

    Inheritance
    System.Object
    PdfGraphicsElement
    PdfAutomaticField
    PdfDynamicField
    PdfMultipleValueField
    PdfMultipleNumberValueField
    PdfPageNumberField
    PdfSectionNumberField
    PdfSectionPageCountField
    PdfSectionPageNumberField
    Inherited Members
    PdfMultipleValueField.PerformDraw(PdfGraphics, PointF, Single, Single)
    PdfMultipleValueField.PdfTag
    PdfAutomaticField.Bounds
    PdfAutomaticField.Size
    PdfAutomaticField.Location
    PdfAutomaticField.Font
    PdfAutomaticField.Brush
    PdfAutomaticField.Pen
    PdfAutomaticField.StringFormat
    PdfGraphicsElement.Draw(PdfGraphics)
    PdfGraphicsElement.Draw(PdfGraphics, PointF)
    PdfGraphicsElement.Draw(PdfGraphics, Single, Single)
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public abstract class PdfMultipleNumberValueField : PdfMultipleValueField

    Constructors

    PdfMultipleNumberValueField()

    Initializes a new instance of the PdfMultipleNumberValueField class.

    Declaration
    public PdfMultipleNumberValueField()

    PdfMultipleNumberValueField(PdfFont)

    Initializes a new instance of the PdfMultipleNumberValueField class with PdfFont.

    Declaration
    public PdfMultipleNumberValueField(PdfFont font)
    Parameters
    Type Name Description
    PdfFont font

    A PdfFontobject that specifies the font attributes (the family name, the size, and the style of the font) to use.

    PdfMultipleNumberValueField(PdfFont, RectangleF)

    Initializes a new instance of the PdfMultipleNumberValueField class with PdfFont and rectangle bounds

    Declaration
    public PdfMultipleNumberValueField(PdfFont font, RectangleF bounds)
    Parameters
    Type Name Description
    PdfFont font

    A PdfFontobject that specifies the font attributes (the family name, the size, and the style of the font) to use.

    RectangleF bounds

    The bounds.

    PdfMultipleNumberValueField(PdfFont, PdfBrush)

    Initializes a new instance of the PdfMultipleNumberValueField class with PdfFont and PdfBrush.

    Declaration
    public PdfMultipleNumberValueField(PdfFont font, PdfBrush brush)
    Parameters
    Type Name Description
    PdfFont font

    A PdfFontobject that specifies the font attributes (the family name, the size, and the style of the font) to use.

    PdfBrush brush

    The PdfBrush specifies the color and texture to the text.

    Properties

    NumberStyle

    Gets or sets the specific number style.

    Declaration
    public PdfNumberStyle NumberStyle { get; set; }
    Property Value
    Type Description
    PdfNumberStyle

    ThePdfNumberStyle provides specific number style.

    See Also

    PdfMultipleValueField
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved