Method CreateTiff
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CreateTiff()
Creates options for TIFF images.
public static TiffImageCompressionOptions CreateTiff()
Returns
- TiffImageCompressionOptions
The newly created options for TIFF images.
Remarks
The image will use RGB color space. Depending on the value of the BackgroundColor property, the image can also contain an alpha channel.
Check the Convert PDF to image in C# and VB.NET article for examples of using this method.