PDF .NET Library Documentation - PDF Technologies, Inc.

The Style type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize (Overrides Object..::.Finalize()()().)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
backgroundColor

Field Value

background color of the applied area
borderBottomColor

Field Value

Border Color
borderBottomType

Field Value

border type
borderBottomWidth

Field Value

double value uses unit of measure.
borderColor

Field Value

Border Color
borderLeftColor

Field Value

Border Color
borderLeftType

Field Value

border type
borderLeftWidth

Field Value

double value uses unit of measure.
borderRightColor

Field Value

Border Color
borderRightType

Field Value

border type
borderRightWidth

Field Value

double value uses unit of measure.
borderTopColor

Field Value

Border Color
borderTopType

Field Value

border type
borderTopWidth

Field Value

double value uses unit of measure.
borderType

Field Value

border type
borderWidth

Field Value

double value uses unit of measure.
fontColor

Field Value

font color using for text outputs
fontName

Field Value

The name of the font that will used for text
fontSize

Field Value

double value
fontStyle

Field Value

font style using for text outputs flags [enum]
paddingBottom

Field Value

double value uses unit of measure
paddingLeft

Field Value

double value uses unit of measure
paddingRight

Field Value

double value uses unit of measure
paddingTop

Field Value

double value uses unit of measure
textAlign

Field Value

Horizontally text alignment (enum)
verticalAlign

Field Value

Vertical alignment of the content (enum)

See Also