Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Offset Property








Gets or sets a value used to offset the final result of the output.
Syntax
public int Offset {get; set;}
'Declaration
 
Public Property Offset As Integer
'Usage
 
Dim instance As UserFilterCommand
Dim value As Integer
 
instance.Offset = value
 
value = instance.Offset
public int Offset {get; set;}
@property (nonatomic, assign) NSInteger offset
public int getOffset()
public void setOffset(int value)
            
 <br/>get_Offset();<br/>set_Offset(value);<br/>Object.defineProperty('Offset'); 
public:
property int Offset {
   int get();
   void set (    int value);
}

Property Value

Value used to offset the final result of the output.
Example
Refer to UserFilterCommand.
Requirements

Target Platforms

See Also

Reference

UserFilterCommand Class
UserFilterCommand Members

Error processing SSI file