PdfColorSpaceToString Method |
Namespace: SautinSoft.Pdf.Content.ColorsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
Return Value
String
A
String that represents this
PdfColorSpace instance.
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).
See Also