ImageCompressionOptions.Format Property

Gets the image format to use while saving an image of a PdfPage.

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

Syntax

C#
public PdfDrawFormat Format { get; }
VB
Public ReadOnly Property Format As PdfDrawFormat
	Get

Property Value

Type: PdfDrawFormat
The image format to use while saving an image of a page.

See Also