SoAnnoText3PropertyisCharOrientedRasterPrint Property |
This flag is used when the field OIV.Inventor.Nodes.SoAnnoText3Property.m_renderPrintType is equal to RENDER3D_PRINT_RASTER or RENDER2D_PRINT_RASTER.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoSFBool isCharOrientedRasterPrint { get; }
Public ReadOnly Property isCharOrientedRasterPrint As SoSFBool
Get
public:
property SoSFBool^ isCharOrientedRasterPrint {
SoSFBool^ get ();
}
member isCharOrientedRasterPrint : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksIt specifies whether the text should be oriented (or not) for printing when using the Hard Copy Extension. Default is true.
See Also