IppPrintDevice.GetMaxSupportedPdfSize 方法

定义

检索一个值,该值指示支持的最大 PDF 大小(以字节为单位)。

public:
 virtual unsigned long long GetMaxSupportedPdfSize() = GetMaxSupportedPdfSize;
uint64_t GetMaxSupportedPdfSize();
public ulong GetMaxSupportedPdfSize();
function getMaxSupportedPdfSize()
Public Function GetMaxSupportedPdfSize () As ULong

返回

UInt64

unsigned long long

uint64_t

一个值,该值指示支持的最大 PDF 大小(以字节为单位)

Windows 要求

设备系列
Windows 11 Insider Preview (在 10.0.23504.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v15.0 中引入)

适用于