Click or drag to resize
SoAnnoText3PropertyRenderPrintTypes Enumeration

Render print type.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum RenderPrintTypes
Members
  Member nameValueDescription
RENDER3D_PRINT_VECTOR0

Text is rendered in 3D (like OIV.Inventor.Nodes.SoText3).

It is printed as vectors when the Hard Copy Extension (formerly known as PlotMaster) is used.

RENDER3D_PRINT_RASTER1

Text is rendered in 3D (like OIV.Inventor.Nodes.SoText3).

It is printed as raster text using PostScript fonts when the Hard Copy Extension is used.

RENDER2D_PRINT_RASTER2

Text is rendered in 2D (like OIV.Inventor.Nodes.SoText2) but can be zoomed because the font size is interpreted in the current units.

It is printed as raster text using PostScript fonts when the Hard Copy Extension is used.

Note: if this render type is set, the text will not be exported by an OIV.HardCopy.SoToPDFAction.

Remarks