Click or drag to resize

PdfStyledFieldWidget GraphicsProperties Structure

Structure that holds graphics properties.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected struct GraphicsProperties

The PdfStyledFieldWidget GraphicsProperties type exposes the following members.

Constructors
Methods
Name Description
Public method Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType .)
Public method GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType .)
Top
Fields
Name Description
Public field BackBrush
BackBrush of the struct.
Public field BorderWidth
BorderWidth of the struct.
Public field Font
Font of the struct.
Public field ForeBrush
ForeBrush of the struct.
Public field Pen
Pen of the struct.
Public field Rect
Rect of the struct.
Public field RotationAngle
RotationAngle of the struct.
Public field ShadowBrush
ShadowBrush of the struct.
Public field StringFormat
StringFormat of the struct.
Public field Style
Style of the struct.
Top
See Also