printerCapabilities 资源类型
命名空间:microsoft.graph
表示 printer/printerShare 报告的功能。
属性
属性 | 类型 | 说明 |
---|---|---|
bottomMargins | Int32 集合 | 打印机支持的下边距列表, (以) ) 。 |
collation | 布尔值 | 如果打印多页文档的多页副本时打印机支持排序规则,则该属性值为 True;否则为 false。 |
colorModes | printColorMode 集合 | 打印机支持的颜色模式。 下表介绍了有效值。 |
contentTypes | 字符串集合 | 支持的内容 (MIME) 打印机支持的类型的列表。 不能保证通用打印服务支持打印所有这些 MIME 类型。 |
copiesPerJob | integerRange | 打印机支持的每个作业的副本范围。 |
dpis | Int32 集合 | 打印机支持的 DPI 打印分辨率列表。 |
duplexModes | printDuplexMode 集合 | 打印机支持的双工模式列表。 下表介绍了有效值。 |
feedOrientations | printerFeedOrientation 集合 | 打印机支持的源方向列表。 |
finishings | printFinishing 集合 | 打印机支持打印文档的精加工过程。 |
inputBins | 字符串集合 | 打印机支持的输入箱。 |
isColorPrintingSupported | 布尔值 | 如果打印机支持彩色打印,则该属性值为 True;否则为 false。 此为只读属性。 |
isPageRangeSupported | 布尔值 | 如果打印机支持按页范围打印,则该属性值为 True;否则为 false。 |
leftMargins | Int32 集合 | 打印机支持的左边距列表 (以) 以美光为单位。 |
mediaColors | 字符串集合 | 介质 (即纸张) 打印机支持的颜色。 |
mediaSizes | 字符串集合 | 打印机支持的介质大小。 支持 ISO 和 ANSI 介质大小的标准大小名称。 下表中显示了有效值。 |
mediaTypes | 字符串集合 | 打印机支持的介质类型。 |
multipageLayouts | printMultipageLayout 集合 | 打印机支持的演示方向。 下表介绍了支持的值。 |
取向 | printOrientation 集合 | 打印机支持的打印方向。 下表介绍了有效值。 |
outputBins | 字符串集合 | 打印机支持的输出箱 (纸盒) 。 |
pagesPerSheet | Int32 集合 | 支持对单个印象施加的输入页数。 |
光荣 | printQuality 集合 | 打印机支持的打印质量。 |
queueBufferSizeInBytes | Int32 | 打印机可以存储的最大打印作业队列大小。 |
rightMargins | Int32 集合 | 打印机) 支持的右边距列表, (以微米为单位。 |
scalings | printScaling 集合 | 支持的打印缩放。 |
supportsFitPdfToPage | 布尔值 | 如果打印机支持缩放 PDF 页面以匹配打印介质大小,则为 True;否则为 false。 |
topMargins | Int32 集合 | 打印机) 支持的上边距列表, (以微米为单位。 |
mediaSizes 值
值 |
---|
A3 |
A4 |
A5 |
A6 |
JIS B4 |
JIS B5 |
JPN Hagaki |
北美 5x7 英寸 |
北美执行官 |
北美州州长信函 |
北美指数 3x5in |
北美指数 4x8in |
北美指数 5x8in |
北美发票 |
北美账本 |
北美法律 |
北美字母 |
照片 l 3.5x5in |
名片 |
Photo |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.printerCapabilities",
"contentTypes": [
"String"
],
"isColorPrintingSupported": "Boolean",
"feedOrientations": [
"String"
],
"isPageRangeSupported": "Boolean",
"qualities": [
"String"
],
"dpis": [
"Integer"
],
"duplexModes": [
"String"
],
"copiesPerJob": {
"@odata.type": "microsoft.graph.integerRange"
},
"finishings": [
"String"
],
"mediaColors": [
"String"
],
"mediaTypes": [
"String"
],
"mediaSizes": [
"String"
],
"pagesPerSheet": [
"Integer"
],
"orientations": [
"String"
],
"outputBins": [
"String"
],
"supportsFitPdfToPage": "Boolean",
"multipageLayouts": [
"String"
],
"colorModes": [
"String"
],
"inputBins": [
"String"
],
"topMargins": [
"Integer"
],
"bottomMargins": [
"Integer"
],
"rightMargins": [
"Integer"
],
"leftMargins": [
"Integer"
],
"collation": "Boolean",
"scalings": [
"String"
]
}