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:
PdfExtractedImageFormatThe format of produced images.
Remarks
See Also