[]
        
(Showing Draft Content)

C1.WPF.Document.C1DocumentSource.InternalGetPage

InternalGetPage Method

InternalGetPage(int, IExecutionContext)

Should be overriden. Loads page with specified index.

Declaration
[Obfuscation(Exclude = true)]
protected abstract C1Page InternalGetPage(int pageIndex, IExecutionContext context)
Parameters
Type Name Description
int pageIndex

The page index.

IExecutionContext context

A IExecutionContext object defining the context to set.

Returns
Type Description
C1Page

C1.WPF.Document.C1Page object defines page of document.