IPrint.GetPageInfo(Int32, Int32) 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.
public:
void GetPageInfo([Runtime::InteropServices::Out] int % pnFirstPage, [Runtime::InteropServices::Out] int % pcPages);
public void GetPageInfo (out int pnFirstPage, out int pcPages);
abstract member GetPageInfo : int * int -> unit
Public Sub GetPageInfo (ByRef pnFirstPage As Integer, ByRef pcPages As Integer)
Parameters
- pnFirstPage
- Int32
- pcPages
- Int32