Class PageTrueTypeFontMode.PageTrueTypeFontModeOption
Contents
[
Hide
]PageTrueTypeFontMode.PageTrueTypeFontModeOption class
Describes the PageTrueTypeFontMode feature options.
public sealed class PageTrueTypeFontModeOption : 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 Automatic | Automatic handling of TrueType font. |
| static DownloadAsNativeTrueTypeFont | TrueType font is downloaded as native true type font. |
| static DownloadAsOutlineFont | TrueType font is downloaded as outline font. |
| static DownloadAsRasterFont | TrueType font is downloaded as raster font. |
| static RenderAsBitmap | TrueType font is rendered as a bitmap. |
See Also
- class Option
- class PageTrueTypeFontMode
- namespace Aspose.Page.XPS.XpsMetadata
- assembly Aspose.Page