SRECFirmwarePackageGetPageCount Method  | 
 
            Gets the number of pages in this firmware package.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic int GetPageCount()
Public Function GetPageCount As Integer
public:
virtual int GetPageCount() sealed
abstract GetPageCount : unit -> int 
override GetPageCount : unit -> int 
Return Value
Type: 
Int32The number of pages in this firmware package.
Implements
IFirmwarePackageGetPageCount
See Also