ExplicitDestination(PdfPage, PointFloat) Constructor

Constructs a destination to the specified location in the specified page

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 18.0.0
C#
public ExplicitDestination(
	PdfPage page,
	PointFloat point
)

Parameters

page  PdfPage
The destination page
point  PointFloat
The destination point in page

See Also