Class PageDeviceFontSubstitution.PageDeviceFontSubstitutionOption
PageDeviceFontSubstitution.PageDeviceFontSubstitutionOption class
Describes the PageDeviceFontSubstitution feature options.
public sealed class PageDeviceFontSubstitutionOption : Option
Properties
| Name | Description |
|---|
| Name { get; } | Gets the element name. |
Methods
| Name | Description |
|---|
| Add(params IOptionItem[]) | Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance. |
Fields
| Name | Description |
|---|
| static Off | Page device font substitution is off. |
| static On | Page device font substitution is on. |
See Also