RenderingOptions Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Rendering options.
Inheritance Hierarchy
Bytescout.PDFRendererRenderingOptions
Namespace:Bytescout.PDFRenderer
Assembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
The RenderingOptions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RenderingOptions | Initializes a new instance of the RenderingOptions class. |
Properties
| Name | Description | |
|---|---|---|
| FontHintingMode | Gets or sets the font hinting mode. Affects the appearance of small fonts. | |
| ImageBitsPerPixel | Gets or sets output images pixel format (bits per pixel). Default is 24 BPP. | |
| ImageInterpolationMode | Gets or sets the image interpolation mode. | |
| JPEGQuality | Gets or sets the quality of output JPEG images. | |
| NightMode | Gets or sets whether the "Night Mode" is enabled. In the night mode document is rendered with black background, black text becomes white, images are dimmed. | |
| OneBitConversionAlgorithm | The algorithm to use for conversion to 1-bit (black and white) image. | |
| PreferSystemFonts | Obsolete. Gets or sets whether to prefer fonts installed in system instead of fonts embedded into PDF document. Only fonts with identical names and font family will be substituted. | |
| RenderCurveVectorObjects | Gets or sets whether to render curve vector objects. True by default. | |
| RenderImageObjects | Gets or sets whether to render image objects. True by default. | |
| RenderTextObjects | Gets or sets whether to render text objects. True by default. | |
| RenderVectorObjects | Gets or sets whether to render vector objects. True by default. | |
| ResolutionOverride | Use this property if you need to override the resolution field of the generated image. | |
| RotateFlipType | Gets or sets the rotation of output image. Default is RotateFlipType.RotateNoneFlipNone. | |
| TextSmoothingMode | Gets or sets the text smoothing mode. | |
| TIFFCompression | Gets or sets the compression type of output TIFF images. Default is TIFFCompression.LZW. | |
| VectorSmoothingMode | Gets or sets the vector smoothing mode. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also