Table of Contents

Struct PdfLoadedStyledField.GraphicsProperties

Namespace
Syncfusion.Pdf.Parsing
Assembly
Syncfusion.Pdf.Portable.dll

Structure that holds graphics properties.

protected struct PdfLoadedStyledField.GraphicsProperties
Inherited Members

Constructors

GraphicsProperties(PdfLoadedFieldItem)

Initializes a new instance of the PdfLoadedStyledField.GraphicsProperties struct.

public GraphicsProperties(PdfLoadedFieldItem item)

Parameters

item PdfLoadedFieldItem

The item.

GraphicsProperties(PdfLoadedStyledField)

Initializes a new instance of the PdfLoadedStyledField.GraphicsProperties struct.

public GraphicsProperties(PdfLoadedStyledField field)

Parameters

field PdfLoadedStyledField

The field.

Fields

BackBrush

Indicates back brush color of the field.

public PdfBrush BackBrush

Field Value

PdfBrush

BorderWidth

Indicates border width of the field.

public float BorderWidth

Field Value

float

Font

Indicates font of the field.

public PdfFont Font

Field Value

PdfFont

ForeBrush

Indicates fore brush color of the field.

public PdfBrush ForeBrush

Field Value

PdfBrush

Pen

Indicates border color of the field.

public PdfPen Pen

Field Value

PdfPen

Rect

Indicates bounds of the field.

public RectangleF Rect

Field Value

RectangleF

RotationAngle

Indicates rotation angle of the field.

public int RotationAngle

Field Value

int

ShadowBrush

Indicates shasow brush color of the field.

public PdfBrush ShadowBrush

Field Value

PdfBrush

StringFormat

Indicates string format of the field.

public PdfStringFormat StringFormat

Field Value

PdfStringFormat

Style

Indicates border style of the field.

public PdfBorderStyle Style

Field Value

PdfBorderStyle