Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public C1LinkTargetPage(
	PageMovingTypeEnum pageMovingType,
	int offset,
	int pageNo
)
Visual Basic (Declaration)
Public Sub New ( _
	pageMovingType As PageMovingTypeEnum, _
	offset As Integer, _
	pageNo As Integer _
)

Parameters

pageMovingType
Type: C1.C1PrintDocument..::.PageMovingTypeEnum
offset
Type: System..::.Int32
pageNo
Type: System..::.Int32

See Also