Origin Enumeration

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
This enum represents possible start points to move cursor.

Namespace:  Apitron.PDF.Rasterizer.Navigation
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public enum Origin
Members

  Member nameValueDescription
Begin0 Move from the begin.
End1 Move from the end.
Current2 Move from the current position.
See Also

Reference