PaperSource.PaperSource
PaperSource()
使用默认属性初始化 PaperSource
类的新实例。
public PaperSource()
另请参阅
- 类 PaperSource
- 命名空间 Aspose.Pdf.Printing
- 程序集 Aspose.PDF
PaperSource(PaperSourceKind, string)
使用指定的类型和名称初始化 PaperSource
类的新实例。
public PaperSource(PaperSourceKind kind, string name)
参数 | 类型 | 描述 |
---|---|---|
kind | PaperSourceKind | 纸张来源的类型。 |
name | String | 纸张来源的名称。 |
另请参阅
- 枚举 PaperSourceKind
- 类 PaperSource
- 命名空间 Aspose.Pdf.Printing
- 程序集 Aspose.PDF