Error processing SSI file
LEADTOOLS JPEG 2000 (Leadtools.Jpip assembly)

Show in webframe

Alignment Property






Gets or sets a value indicating whether the server response data shall be aligned on natural boundaries.
Syntax
public Nullable<bool> Alignment {get; set;}
'Declaration
 
Public Property Alignment As Nullable(Of Boolean)
'Usage
 
Dim instance As ServerControlFields
Dim value As Nullable(Of Boolean)
 
instance.Alignment = value
 
value = instance.Alignment

            

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

Requirements

Target Platforms

See Also

Reference

ServerControlFields Class
ServerControlFields Members

Error processing SSI file
Leadtools.Jpip requires a Document or Medical and a server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features