Class PaperSource
PaperSource class
指定打印机获取纸张的纸盘。
public sealed class PaperSource
Constructors
Name | Description |
---|---|
PaperSource() | 使用默认属性初始化 PaperSource 类的新实例。 |
PaperSource(PaperSourceKind, string) | 使用指定的类型和名称初始化 PaperSource 类的新实例。 |
Properties
Name | Description |
---|---|
Kind { get; set; } | 获取或设置指示纸张来源类型的值。 |
RawKind { get; set; } | 与 Kind 相同,但大于 DMBIN_USER 的值不映射到 Custom。 |
SourceName { get; set; } | 获取或设置纸张来源的名称。 |
Methods
Name | Description |
---|---|
override ToString() | 以字符串形式提供有关 PaperSource 的一些有趣信息。 |
See Also
- namespace Aspose.Pdf.Printing
- assembly Aspose.PDF