LEADTOOLS Image File Support (Leadtools.Codecs assembly)

ImageAreaHorizontalOffset Property

Show in webframe







Gets or sets the horizontal offset from the origin of the reference grid to the left side of the image area.
Syntax
public int ImageAreaHorizontalOffset {get; set;}
'Declaration
 
Public Property ImageAreaHorizontalOffset As Integer
'Usage
 
Dim instance As CodecsJpeg2000SaveOptions
Dim value As Integer
 
instance.ImageAreaHorizontalOffset = value
 
value = instance.ImageAreaHorizontalOffset
public int ImageAreaHorizontalOffset {get; set;}
@property (nonatomic, assign) unsigned int imageAreaHorizontalOffset;
public int getImageAreaHorizontalOffset()
public void setImageAreaHorizontalOffset(int value)
            
 
get_ImageAreaHorizontalOffset();
set_ImageAreaHorizontalOffset(value);
Object.defineProperty('ImageAreaHorizontalOffset');
public:
property int ImageAreaHorizontalOffset {
   int get();
   void set (    int value);
}

Property Value

The horizontal offset from the origin of the reference grid to the left side of the image area.
Example
For an example, refer to CodecsJpeg2000Options.
Requirements

Target Platforms

See Also

Reference

CodecsJpeg2000SaveOptions Class
CodecsJpeg2000SaveOptions Members
Programming With JPEG 2000 Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.