'Declaration Public Function New( _
ByVal prototypeFont prototype.As AnnotationFont, _
ByVal boldA value indicating whether the font is bold.As Boolean, _
ByVal italicA value indicating whether the font has the italic style applied.As Boolean, _
ByVal strikeoutA value indicating whether the font specifies a horizontal line through the font.As Boolean, _
ByVal underlineA value indicating whether the font is underlined.As Boolean _
)
public AnnotationFont(
AnnotationFont prototype,
bool bold,
bool italic,
bool strikeout,
bool underline
)
Parameters
- prototype
- Font prototype.
- bold
- A value indicating whether the font is bold.
- italic
- A value indicating whether the font has the italic style applied.
- strikeout
- A value indicating whether the font specifies a horizontal line through the font.
- underline
- A value indicating whether the font is underlined.