Table of Contents

Enum FontPropOptions

Namespace
Root.ReportNet.Pdf
Assembly
ReportNet.dll

Specifies the options for a font.

[Flags]
public enum FontPropOptions

Fields

None = 0

No options.

Strikethrough = 2

The text is struck through.

Subscript = 4

The text is subscript.

Superscript = 8

The text is superscript.

Underlined = 1

The text is underlined.