 | PdfColorSpaceName Property |
Gets the name of the color space.
Namespace: Patagames.Pdf.Net.ColorSpaceAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic abstract string Name { get; }
Public MustOverride ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get () abstract;
}
abstract Name : string with get
/** @property */
public abstract String get_Name()
Property Value
String
See Also