RichTextRgb Structure

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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

public struct RichTextRgb

The RichTextRgb type exposes the following members.

Constructors

  NameDescription
Public methodRichTextRgb
Creates a new instance of the RichTextRgb.
Top
Methods

  NameDescription
Public methodStatic memberFromString
Creates a rgb color from string. String formats are the following: #RRGGBB or rgb(rrr,ggg,bbb).
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
Fields

  NameDescription
Public fieldB
The Blue component
Public fieldG
The Green component
Public fieldR
The Red component
Top
See Also

Reference