Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PdfDynamicField

    Represents automatic field which value is dynamically evaluated.

    Inheritance
    System.Object
    PdfGraphicsElement
    PdfAutomaticField
    PdfDynamicField
    PdfMultipleValueField
    PdfSingleValueField
    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 PdfDynamicField : PdfAutomaticField

    Constructors

    PdfDynamicField()

    Initializes a new instance of the PdfDynamicField class.

    Declaration
    public PdfDynamicField()

    PdfDynamicField(PdfFont)

    Initializes a new instance of the PdfDynamicField class with PdfFont.

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

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

    PdfDynamicField(PdfFont, RectangleF)

    Initializes a new instance of the PdfDynamicField class with PdfFont and bounds

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

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

    RectangleF bounds

    The Rectangle bounds.

    PdfDynamicField(PdfFont, PdfBrush)

    Initializes a new instance of the PdfDynamicField class PdfFont and PdfBrush.

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

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

    PdfBrush brush

    .

    See Also

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