PDF .NET Library Documentation - PDF Technologies, Inc.
Gets or sets the left coordinate in the page where the viewer should display the page.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public double LeftOffset { get; set; }
Visual Basic (Declaration)
Public Property LeftOffset As Double
Visual C++
public:
property double LeftOffset {
	double get ();
	void set (double value);
}

Remarks

This value is used by the following magnification modes: MagnificationMode.XYZ, MagnificationMode.FitV, MagnificationMode.FitR, MagnificationMode.FitBV

See Also