PrintTicket.DeviceFontSubstitution Property

Definition

Gets or sets a value indicating whether the printer substitutes device-based fonts for computer-based fonts on the print job.

public:
 property Nullable<System::Printing::DeviceFontSubstitution> DeviceFontSubstitution { Nullable<System::Printing::DeviceFontSubstitution> get(); void set(Nullable<System::Printing::DeviceFontSubstitution> value); };
public System.Printing.DeviceFontSubstitution? DeviceFontSubstitution { get; set; }
member this.DeviceFontSubstitution : Nullable<System.Printing.DeviceFontSubstitution> with get, set
Public Property DeviceFontSubstitution As Nullable(Of DeviceFontSubstitution)

Property Value

A DeviceFontSubstitution value indicating whether the device substitutes device-based fonts for computer-based fonts for the current print job.

Exceptions

Calling code has attempted to set the property to a value that is not in the DeviceFontSubstitution enumeration.

Remarks

A null value for this property means that this feature setting is not specified. Also, when the value is null, the XML versions of the PrintTicket (see SaveTo and GetXmlStream) will not contain any markup for this feature.

This property corresponds to the Print Schema's PageDeviceFontSubstitution keyword.

You can test for the options that the printer supports by using the DeviceFontSubstitutionCapability property.

Applies to