PDFColor Constructor (Color)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| PDFColor Constructor (Color) |
| PDFColor Structure See Also Send Feedback |
Initializes a new instance of the PDFColor class
Namespace:Â CuteEditor.Convertor.PDFAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public PDFColor( Color color ) |
| Visual Basic |
|---|
Public Sub New ( _ color As Color _ ) |
| Visual C++ |
|---|
public: PDFColor( Color color ) |
Parameters
- color
- Type: System.Drawing..::..Color