HtmlPrintDocumentSource.PageRange Property

Definition

Gets the range of pages that prints.

public:
 property Platform::String ^ PageRange { Platform::String ^ get(); };
winrt::hstring PageRange();
public string PageRange { get; }
var string = htmlPrintDocumentSource.pageRange;
Public ReadOnly Property PageRange As String

Property Value

String

Platform::String

winrt::hstring

The range of pages that prints.

Applies to