Gets of sets value indicated whether padding must be imported.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)

Syntax

Visual Basic (Declaration)
Public Property Padding As Boolean
C#
public bool Padding { get; set; }
Visual C++
public:
property bool Padding {
	bool get ();
	void set (bool value);
}
JavaScript
function get_padding();
function set_padding(value);

See Also