'Declaration Public Enum ExtentRule Inherits System.Enum
public enum ExtentRule : System.Enum
Member | Description |
---|---|
AtLeast | Specifies that the extent will be at least the value specified, but can be expanded as needed. |
Auto | Specifies that the extent will be automatically determined by the contents, with no predetermined minimum or maximum size, i.e. the specified value will be ignored. |
Exact | Specifies that extent will be exactly the value specified regardless of the contents, if the contents are too large they will be clipped. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2