Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
Top
This struct represents a rich text rgb color.
Namespace: Apitron.PDF.Kit.Interactive.Annotations.RichText
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The RichTextRgb type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RichTextRgb |
Creates a new instance of the RichTextRgb.
|
Methods
Name | Description | |
---|---|---|
FromString |
Creates a rgb color from string.
String formats are the following: #RRGGBB or rgb(rrr,ggg,bbb).
| |
ToString |
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.) |
Fields
Name | Description | |
---|---|---|
B |
The Blue component
| |
G |
The Green component
| |
R |
The Red component
|
See Also