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