Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PdfMultipleValueField

    Represents automatic field which has the same value within the PdfGraphics

    Inheritance
    System.Object
    PdfGraphicsElement
    PdfAutomaticField
    PdfDynamicField
    PdfMultipleValueField
    PdfCompositeField
    PdfMultipleNumberValueField
    Inherited Members
    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 PdfMultipleValueField : PdfDynamicField

    Constructors

    PdfMultipleValueField()

    Initializes a new instance of the PdfMultipleValueField class.

    Declaration
    public PdfMultipleValueField()

    PdfMultipleValueField(PdfFont)

    Initializes a new instance of the PdfMultipleValueField class with PdfFont.

    Declaration
    public PdfMultipleValueField(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.

    PdfMultipleValueField(PdfFont, RectangleF)

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

    Declaration
    public PdfMultipleValueField(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 rectangle bounds.

    PdfMultipleValueField(PdfFont, PdfBrush)

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

    Declaration
    public PdfMultipleValueField(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

    PdfTag

    Gets or sets the tag for the element

    Declaration
    public PdfTag PdfTag { get; set; }
    Property Value
    Type Description
    PdfTag

    Methods

    PerformDraw(PdfGraphics, PointF, Single, Single)

    Performs draw.

    Declaration
    protected override void PerformDraw(PdfGraphics graphics, PointF location, float scalingX, float scalingY)
    Parameters
    Type Name Description
    PdfGraphics graphics

    The graphics.

    PointF location

    The location.

    System.Single scalingX

    The scaling X.

    System.Single scalingY

    The scaling Y.

    Overrides
    Syncfusion.Pdf.PdfAutomaticField.PerformDraw(Syncfusion.Pdf.Graphics.PdfGraphics, Syncfusion.Drawing.PointF, System.Single, System.Single)

    See Also

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