Skip to main content

PdfGraphics Properties

Allows you to draw graphics content on a PDF page.
Name Description
ConvertImagesToJpeg Specifies whether to convert bitmap images into JPEG to reduce the size of the resulting PDF file.
JpegImageQuality Gets or sets the quality of JPEG images in the resulting PDF file.
TextOrigin Specifies how to interpret a point passed to the PdfGraphics.DrawString method as a parameter.
UseKerning Gets or sets a value which indicates whether to use kerning when drawing characters.
See Also