PixelOffset

EmfPlusSetTsGraphics.PixelOffset property

Gets or sets an 8-bit unsigned integer that specifies the overall quality of the image and text-rendering process. It MUST be a value in the PixelOffsetMode enumeration (section 2.1.1.26).

public EmfPlusPixelOffsetMode PixelOffset { get; set; }

Property Value

The pixel offset.

See Also