Class PdfLoadedStyledField.GraphicsProperties
Structure that holds graphics properties.
Inheritance
System.Object
PdfLoadedStyledField.GraphicsProperties
Namespace: Syncfusion.Pdf.Parsing
Assembly: Syncfusion.Pdf.NET.dll
Syntax
protected sealed class GraphicsProperties : ValueType
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 |
---|
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 |