PdfPrintSettingsPageRanges Property |
Version 118.6.80
Paper ranges to print, one based, e.g. '1-5, 8, 11-13'. Pages are printed
in the document order, not in the order specified, and no more than once.
Defaults to empty string, which implies the entire document is printed.
The page numbers are quietly capped to actual page count of the document,
and ranges beyond the end of the document are ignored. If this results in
no pages to print, an error is reported. It is an error to specify a range
with start greater than end.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax public string PageRanges { get; set; }
public:
property String^ PageRanges {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also