Property Format
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Format
Gets the image format to use while saving an image of a PdfPage.
public PdfDrawFormat Format { get; }
Property Value
- PdfDrawFormat
The image format to use while saving an image of a page.
Remarks
The Convert PDF to image in C# and VB.NET article shows how to save PDF pages as PNG, JPG, or TIFF images.