PDFRenderingOptionsRenderCurveVectorObjects Property ByteScout Text Recognition SDK
Gets or sets whether to render curve vector objects. True by default.

Namespace:  ByteScout.TextRecognition
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.1.323-master
Syntax

public bool RenderCurveVectorObjects { get; set; }

Property Value

Type: Boolean
Remarks

Use RenderCurveVectorObjects if you need to hide curves but keep straight lines. Use RenderVectorObjects if you need to hide all vector drawings. RenderVectorObjects property supersedes RenderCurveVectorObjects.
See Also

Reference