PrintTaskOptions.CustomPageRanges Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan opsi rentang halaman kustom untuk tugas cetak.
public:
property IVector<PrintPageRange ^> ^ CustomPageRanges { IVector<PrintPageRange ^> ^ get(); };
IVector<PrintPageRange> CustomPageRanges();
public IList<PrintPageRange> CustomPageRanges { get; }
var iVector = printTaskOptions.customPageRanges;
Public ReadOnly Property CustomPageRanges As IList(Of PrintPageRange)
Nilai Properti
Opsi rentang halaman kustom.
Persyaratan Windows
Rangkaian perangkat |
Windows 10, version 1803 (diperkenalkan dalam 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v6.0)
|