Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFFormField Class : TextColor Property |
public RasterColor TextColor {get; set;}
'Declaration
Public Property TextColor As RasterColor
'Usage
Dim instance As PDFFormField Dim value As RasterColor instance.TextColor = value value = instance.TextColor
public RasterColor getTextColor() public void setTextColor(RasterColor textColot)
public: property RasterColor TextColor { RasterColor get(); void set ( RasterColor value); }