RichTextRgb Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Creates a new instance of the RichTextRgb.

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 RichTextRgb(
	byte r = 0,
	byte g = 0,
	byte b = 0
)

Parameters

r (Optional)
Type: SystemByte
The Red component
g (Optional)
Type: SystemByte
The Green component
b (Optional)
Type: SystemByte
The Blue component
See Also

Reference