Visual Basic (Declaration) | |
---|---|
Public Property Alignment As Nullable(Of Boolean) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ServerControlFields Dim value As Nullable(Of Boolean) instance.Alignment = value value = instance.Alignment |
C# | |
---|---|
public Nullable<bool> Alignment {get; set;} |
C++/CLI | |
---|---|
public: property Nullable<bool> Alignment { Nullable<bool> get(); void set ( Nullable<bool> value); } |
Property Value
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:
- Precinct data-bin: End of a packet (one boundary for each quality layer).
- Tile data-bin: End of a tile-part (one boundary for each tile-part).
- Tile header data-bin: End of the bin (only one boundary).
- Main header data-bin: End of the bin (only one boundary).
- Metadata-bin: End of a box at the top level of the data-bin (one boundary for each box).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7