| SoVRSegyFileReaderSetSegyTextHeaderAscii Method  | 
Tells whether the textual header format is ASCII or not. 
 
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic virtual void SetSegyTextHeaderAscii(
	bool ascii
)
Public Overridable Sub SetSegyTextHeaderAscii ( 
	ascii As Boolean
)
public:
virtual void SetSegyTextHeaderAscii(
	bool ascii
)
abstract SetSegyTextHeaderAscii : 
        ascii : bool -> unit 
override SetSegyTextHeaderAscii : 
        ascii : bool -> unit Parameters
- ascii
 - Type: SystemBoolean
 
RemarksThe default value is false, i.e., the textual header format is EBCDIC 
See Also