Leadtools.Jpip Requires JPIP module product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Alignment Property
See Also 
Leadtools.Jpip Namespace > ServerControlFields Class : Alignment Property



Gets or sets a value indicating whether the server response data shall be aligned on natural boundaries.

Syntax

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);
}

Return Value

true to align the server response data on natural boundaries; otherwise (default), false.

Remarks

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).

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Jpip requires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features