IRenderingOptions Properties
 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
The IRenderingOptions type exposes the following members.
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 |  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.  | 
See Also