Click or drag to resize
SoPSVectorOutput Class

Class used to write vector formatted files in PostScript format.

Inheritance Hierarchy

Namespace: OIV.HardCopy
Assembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public class SoPSVectorOutput : SoVectorOutput

The SoPSVectorOutput type exposes the following members.

Constructors
  NameDescription
Public methodSoPSVectorOutput

Constructor.

Top
Methods
  NameDescription
Public methodCloseFile

Closes the current file opened with OIV.HardCopy.SoVectorOutput.OpenFile(System.String).

(Inherited from SoVectorOutput.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetColored

Gets the colored output flag.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetLevel

Returns the PostScript language level.

Public methodGetNumericAccuracy

Returns the factor used to compute the accuracy of all real numeric values.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOpenFile

Opens named file.

(Inherited from SoVectorOutput.)
Public methodSetColored
Calls SetColored(true).
Public methodSetColored(Boolean)

Sets the colored output flag.

Public methodSetLevel

Sets the PostScript language level.

Public methodSetNumericAccuracyFactor

Sets the factor used to compute the accuracy of all real numeric values.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class is used for writing vector formatted files in Adobe PostScript format. It provides some convenience functions for handling files. An instance of OIV.HardCopy.SoPSVectorOutput is contained in an OIV.HardCopy.SoVectorizePSAction; this is typically the only instance needed.

See Also