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
PdfLoadedFieldItemThe item.
GraphicsProperties(PdfLoadedStyledField)
Initializes a new instance of the PdfLoadedStyledField.GraphicsProperties struct.
public GraphicsProperties(PdfLoadedStyledField field)
Parameters
field
PdfLoadedStyledFieldThe field.
Fields
BackBrush
Indicates back brush color of the field.
public PdfBrush BackBrush
Field Value
BorderWidth
Indicates border width of the field.
public float BorderWidth
Field Value
Font
Indicates font of the field.
public PdfFont Font
Field Value
ForeBrush
Indicates fore brush color of the field.
public PdfBrush ForeBrush
Field Value
Pen
Indicates border color of the field.
public PdfPen Pen
Field Value
Rect
Indicates bounds of the field.
public RectangleF Rect
Field Value
- RectangleF
RotationAngle
Indicates rotation angle of the field.
public int RotationAngle
Field Value
ShadowBrush
Indicates shasow brush color of the field.
public PdfBrush ShadowBrush
Field Value
StringFormat
Indicates string format of the field.
public PdfStringFormat StringFormat
Field Value
Style
Indicates border style of the field.
public PdfBorderStyle Style