Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
OffsetValid Property
See Also 
Leadtools.Codecs Namespace > CodecsSaveImageEventArgs Class : OffsetValid Property



Gets a value that determines whether the Offset property is valid.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property OffsetValid As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsSaveImageEventArgs
Dim value As Boolean
 
value = instance.OffsetValid
C# 
public bool OffsetValid {get;}
C++/CLI 
public:
property bool OffsetValid {
   bool get();
}

Return Value

true if the value in the Offset property is valid, false if it is being ignored.

Example

For an example, refer to RasterCodecs.SaveImage.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also