PrintJobSettings.sectionsPerPage Method
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.
Overloads
sectionsPerPage() | |
sectionsPerPage(Int32) |
sectionsPerPage()
public:
virtual int sectionsPerPage();
public virtual int sectionsPerPage ();
abstract member sectionsPerPage : unit -> int
override this.sectionsPerPage : unit -> int
Public Overridable Function sectionsPerPage () As Integer
Returns
Applies to
sectionsPerPage(Int32)
public:
virtual int sectionsPerPage(int _sectionsPerPage);
public virtual int sectionsPerPage (int _sectionsPerPage);
abstract member sectionsPerPage : int -> int
override this.sectionsPerPage : int -> int
Public Overridable Function sectionsPerPage (_sectionsPerPage As Integer) As Integer
Parameters
- _sectionsPerPage
- Int32