Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphics Properties

Implements drawing on a PDF page.
Name Description
ConvertImagesToJpeg Specifies whether to convert bitmap images to the Jpeg format reducing the size of the resulting PDF document.
JpegImageQuality Gets or sets the quality of Jpeg images in the resulting PDF file.
TextOrigin Specifies how to interpret a point passed to one of the PdfGraphics.DrawString overload methods that take a PointF object.
UseKerning Gets or sets a value which indicates whether kerning is used when drawing characters.
See Also