Version

ExtentRule Enumeration

Determines how an extent will be calculated
Syntax
'Declaration
 
Public Enum ExtentRule 
   Inherits System.Enum
public enum ExtentRule : System.Enum 
Members
MemberDescription
AtLeastSpecifies that the extent will be at least the value specified, but can be expanded as needed.
AutoSpecifies 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.
ExactSpecifies that extent will be exactly the value specified regardless of the contents, if the contents are too large they will be clipped.
Requirements

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

See Also