Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

ReferenceTileWidth Property








Gets or sets the width of one reference tile, with respect to the reference grid.
Syntax
public int ReferenceTileWidth {get; set;}
'Declaration
 
Public Property ReferenceTileWidth As Integer
'Usage
 
Dim instance As CodecsJpeg2000SaveOptions
Dim value As Integer
 
instance.ReferenceTileWidth = value
 
value = instance.ReferenceTileWidth
public int ReferenceTileWidth {get; set;}
@property (nonatomic, assign) NSUInteger referenceTileWidth
public int getReferenceTileWidth()
public void setReferenceTileWidth(int value)
            
 <br/>get_ReferenceTileWidth();<br/>set_ReferenceTileWidth(value);<br/>Object.defineProperty('ReferenceTileWidth'); 
public:
property int ReferenceTileWidth {
   int get();
   void set (    int value);
}

Property Value

The width of one reference tile, with respect to the reference grid.
Example
For an example, refer to CodecsJpeg2000Options.
Requirements

Target Platforms

See Also

Reference

CodecsJpeg2000SaveOptions Class
CodecsJpeg2000SaveOptions Members
Programming With JPEG 2000 Features

Error processing SSI file