PageExport Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Exports the specified page(if it needed) to the new instance that is acceptable for the destination document.

Namespace:  Apitron.PDF.Kit.FixedLayout
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public static Page Export(
	FixedDocument destinationDocument,
	Page resource,
	bool exportAnnotation = true
)

Parameters

destinationDocument
Type: Apitron.PDF.KitFixedDocument
The destination document.
resource
Type: Apitron.PDF.Kit.FixedLayoutPage
The source page for exporting.
exportAnnotation (Optional)
Type: SystemBoolean
if set to true annotations will be exported too.

Return Value

Type: Page
The exported page that is acceptable for the destination document.
Exceptions

ExceptionCondition
InvalidOperationExceptionUnexpected exporeted value. Please contact support.
See Also

Reference