Link Search Menu Expand Document

PDFRenderingOptionsRenderCurveVectorObjects Property

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.0.314-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