RedactorAppearanceTextColor Property |
Specifies the color used to paint the text in the overlay (in RGB).
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Color TextColor { get; set; }
Public Property TextColor As Color
Get
Set
public:
virtual property Color TextColor {
Color get () sealed;
void set (Color value) sealed;
}
function get_TextColor();
function set_TextColor(value);
Property Value
Type:
ColorSee Also