PDFRendererImageScalingMode¶
Namespace: O2S.Components.PDF4NET.Rendering
Specifies the suppoted modes for scaling images.
Inheritance Object → ValueType → Enum → PDFRendererImageScalingMode
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| NearestNeighbour | 0 | Nearest neighour method is used to scale the image. Faster but lower quality. |
| Bilinear | 1 | Bilinear method is used to scale the image. Slower than nearest neighbour but better quality. |
| Bicubic | 2 | Bicubic method is used to scale the image. Slower than bilinear but higher quality. |