[]
        
(Showing Draft Content)

C1.WPF.Document.C1PdfDocumentSource.InternalGetPage

InternalGetPage Method

InternalGetPage(int, IExecutionContext)

Should be overriden. Loads page with specified index.

Declaration
protected override 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.

Overrides