PageSize property

Specifies the page size of the new database, in bytes or kilobytes.

Syntax
Visual Basic
Public Property PageSize As Integer
C#
public int PageSize { get; set; }
Property value

An integer specifying the page size in bytes. Valid values are 1024 (1K), 2048 (2K), 4096 (4K), 8192 (8K), 16384 (16K). The default is 4096.

See also