Gets or sets a value indicating whether the server response data shall be aligned on natural boundaries.
public Nullable<bool> Alignment { get; set; }
Public Property Alignment As Nullable(Of Boolean)
true to align the server response data on natural boundaries; otherwise (default), false.
A message is said to cross a natural boundary if it includes the last byte prior to the boundary, and the first byte after the boundary.
Each JPIP data-bin has its own boundary. The following list describes each data-bin type boundary:
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET