OptionalHeader.SectionAlignment

The alignment (in bytes) of sections when they are loaded into memory. It must be greater than or equal to FileAlignment. The default is the page size for the architecture.

struct OptionalHeader
uint SectionAlignment;

Meta