DefaultAppearance
DefaultAppearance()
DefaultAppearance. 的构造函数
public DefaultAppearance()
也可以看看
- class DefaultAppearance
- 命名空间 Aspose.Pdf.Annotations
- 部件 Aspose.PDF
DefaultAppearance(string, double, Color)
DefaultAppearance. 的构造函数
public DefaultAppearance(string fontName, double fontSize, Color textColor)
范围 | 类型 | 描述 |
---|---|---|
fontName | String | 字体名称。 |
fontSize | Double | 字体大小。 |
textColor | Color | 文本的颜色。 |
也可以看看
- class DefaultAppearance
- 命名空间 Aspose.Pdf.Annotations
- 部件 Aspose.PDF
DefaultAppearance(Font, double, Color)
默认外观的构造函数。以前创建的字体可以指定为默认字体。
public DefaultAppearance(Font font, double fontSize, Color textColor)
范围 | 类型 | 描述 |
---|---|---|
font | Font | 将用作默认字体。 |
fontSize | Double | 字体大小。 |
textColor | Color | 文本的颜色。 |
也可以看看
- class Font
- class DefaultAppearance
- 命名空间 Aspose.Pdf.Annotations
- 部件 Aspose.PDF