RichTextRgbFromString Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Creates a rgb color from string. String formats are the following: #RRGGBB or rgb(rrr,ggg,bbb).

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

public static RichTextRgb FromString(
	string value
)

Parameters

value
Type: SystemString
The string presentation of the RGB color

Return Value

Type: RichTextRgb
The rich text RGB.
See Also

Reference