Visual Basic (Declaration) | |
---|---|
Public Property UseImageFileDirectoryOffset As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsTiffLoadOptions Dim value As Boolean instance.UseImageFileDirectoryOffset = value value = instance.UseImageFileDirectoryOffset |
C# | |
---|---|
public bool UseImageFileDirectoryOffset {get; set;} |
Property Value
true to use the ImageFileDirectoryOffset when loading TIFF images.For an example, refer to CodecsTiffOptions.
Some restrictions apply to this function if you use an IFD to indicate to which page to write a comment, tag, metadata, or GeoKey. See the Loading And Saving Large TIFF Files topic for more information.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)