menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct PdfLoadedStyledField.GraphicsProperties - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct PdfLoadedStyledField.GraphicsProperties

    Structure that holds graphics properties.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.Pdf.Parsing
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    protected struct GraphicsProperties

    Constructors

    GraphicsProperties(PdfLoadedFieldItem)

    Initializes a new instance of the PdfLoadedStyledField.GraphicsProperties struct.

    Declaration
    public GraphicsProperties(PdfLoadedFieldItem item)
    Parameters
    Type Name Description
    PdfLoadedFieldItem item

    The item.

    GraphicsProperties(PdfLoadedStyledField)

    Initializes a new instance of the PdfLoadedStyledField.GraphicsProperties struct.

    Declaration
    public GraphicsProperties(PdfLoadedStyledField field)
    Parameters
    Type Name Description
    PdfLoadedStyledField field

    The field.

    Fields

    BackBrush

    Indicates back brush color of the field.

    Declaration
    public PdfBrush BackBrush
    Field Value
    Type
    PdfBrush

    BorderWidth

    Indicates border width of the field.

    Declaration
    public float BorderWidth
    Field Value
    Type
    System.Single

    Font

    Indicates font of the field.

    Declaration
    public PdfFont Font
    Field Value
    Type
    PdfFont

    ForeBrush

    Indicates fore brush color of the field.

    Declaration
    public PdfBrush ForeBrush
    Field Value
    Type
    PdfBrush

    Pen

    Indicates border color of the field.

    Declaration
    public PdfPen Pen
    Field Value
    Type
    PdfPen

    Rect

    Indicates bounds of the field.

    Declaration
    public RectangleF Rect
    Field Value
    Type
    System.Drawing.RectangleF

    RotationAngle

    Indicates rotation angle of the field.

    Declaration
    public int RotationAngle
    Field Value
    Type
    System.Int32

    ShadowBrush

    Indicates shasow brush color of the field.

    Declaration
    public PdfBrush ShadowBrush
    Field Value
    Type
    PdfBrush

    StringFormat

    Indicates string format of the field.

    Declaration
    public PdfStringFormat StringFormat
    Field Value
    Type
    PdfStringFormat

    Style

    Indicates border style of the field.

    Declaration
    public PdfBorderStyle Style
    Field Value
    Type
    PdfBorderStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved