Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsSaveImageEventArgs Class : Offset Property |
public long Offset {get;}
'Declaration
Public ReadOnly Property Offset As Long
'Usage
Dim instance As CodecsSaveImageEventArgs Dim value As Long value = instance.Offset
public long Offset {get;}
get_Offset();
This is only valid if OffsetValid is true.
This is the same value passed to the RasterCodecs.Save methods that accepts a offset parameter.