FitToPage Property

Office Open XML

Fit To Page.

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public bool FitToPage { get; set; }
Visual Basic (Declaration)
Public Property FitToPage As Boolean
Visual C++
public:
property bool FitToPage {
	bool get ();
	void set (bool value);
}

See Also