Skip to content

PageSegment Properties

Defines a region of data within a page.

ArraySegment

get
View source
public ArraySegment<byte> ArraySegment
Gets an System.ArraySegment representation of this region.

Memory

get
View source
public ReadOnlyMemory<byte> Memory
Gets a System.ReadOnlyMemory representation of this region.

Span

get
View source
public ReadOnlySpan<byte> Span
Gets a System.ReadOnlySpan representation of this region.