←Select platform

OffsetValid Property

Summary

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

Syntax
C#
VB
C++
public bool OffsetValid { get; } 
Public ReadOnly Property OffsetValid As Boolean 
public: 
property bool OffsetValid { 
   bool get(); 
} 

Property 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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly