SoAnnoText3PropertyisCharOrientedRasterPrint Property |
This flag is used when the field renderPrintType is equal to RENDER3D_PRINT_RASTER or RENDER2D_PRINT_RASTER.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.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