[]
        
(Showing Draft Content)

C1.Word.Objects.RtfColor

RtfColor Class

The Word/RTF color object.

Inheritance
RtfColor
Implements
Namespace: C1.Word.Objects
Assembly: C1.Pdf.dll
Syntax
public class RtfColor : RtfObject, ICloneable

Constructors

Name Description
RtfColor(Color)

The RTF color constructor.

Properties

Name Description
Color

Gets drawing approximate color for this Word/RTF color.

Methods

Name Description
IsBlack(Color)

Whether is black color.

IsEmpty(Color)

Whether is empty color.

IsTransparent(Color)

Whether is transparent color.

IsWhite(Color)

Whether is white color.

Operators

Name Description
implicit operator Color(RtfColor)

Convert implicitly to drawing color.