PdfPaintedImageSavingOptions.Format Property

Gets or sets the image format to use while saving an image as painted.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfExtractedImageFormat Format { get; set; }
VB
Public Property Format As PdfExtractedImageFormat
	Get
	Set

Property Value

Type: PdfExtractedImageFormat
The format of produced images.

Remarks

Default value: Png.

See Also