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에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET