Link Search Menu Expand Document

PDFRenderingOptions Class

PDF rendering options.
Inheritance Hierarchy
SystemObject
ByteScout.TextRecognitionPDFRenderingOptions

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public class PDFRenderingOptions

The PDFRenderingOptions type exposes the following members.

Constructors
NameDescription
Public methodPDFRenderingOptions
Initializes a new instance of the PDFRenderingOptions class
Top
Properties
NameDescription
Public propertyImageInterpolationMode
Gets or sets the image interpolation mode.
Public propertyRenderCurveVectorObjects
Gets or sets whether to render curve vector objects. True by default.
Public propertyRenderImageObjects
Gets or sets whether to render image objects. True by default.
Public propertyRenderTextObjects
Gets or sets whether to render text objects. True by default.
Public propertyRenderVectorObjects
Gets or sets whether to render vector objects. True by default.
Public propertyTextSmoothingMode
Gets or sets the text smoothing mode.
Public propertyVectorSmoothingMode
Gets or sets the vector smoothing mode.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference