PrintDialog.PageRange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the range of pages to print when PageRangeSelection is set to UserPages.
public:
property System::Windows::Controls::PageRange PageRange { System::Windows::Controls::PageRange get(); void set(System::Windows::Controls::PageRange value); };
public System.Windows.Controls.PageRange PageRange { get; set; }
member this.PageRange : System.Windows.Controls.PageRange with get, set
Public Property PageRange As PageRange
Property Value
A PageRange that represents the range of pages that are printed.
Exceptions
The PageRange object that is being used to set the property has either the beginning of the range or the end of the range set to a value that is less than 1.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET