.NET Framework Class Library

Utils.ParsePageSelection Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > Utils Class > Utils Methods >

.NET Framework Class Library

Utils.ParsePageSelection Method

Returns list of page numbers.

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Shared Function ParsePageSelection ( _
 pageRange As PageRange, _
 selectedPages As String, _
 pageCount As Integer _
As List(Of Integer)

C#

public static List<intParsePageSelection(
 PageRange pageRange,
 string selectedPages,
 int pageCount
)

Visual C++

public:
static List<int>^ ParsePageSelection(
 PageRange pageRange,
 StringselectedPages,
 int pageCount
)

Parameters

pageRange

Type: Gnostice.Core.DOM.PageRange

selectedPages

Type: System.String

pageCount

Type: System.Int32

Return Value

See Also

Utils Class

Utils Members

Gnostice.Core Namespace