DriverName

EmfNamedEscape.DriverName property

Gets or sets A string of 16-bit Unicode characters that specifies the name of the printer driver that will receive data. This value MUST be cjDriver bytes long, and it MUST be terminated with a null character.

public string DriverName { get; set; }

See Also