Show / Hide Table of Contents

Delegate Tiff.TiffExtendProc

Delegate for LibTiff.Net extender method

Namespace: BitMiracle.LibTiff.Classic
Assembly: BitMiracle.LibTiff.NET.dll
Syntax
public delegate void TiffExtendProc(Tiff tif);
Parameters
Type Name Description
Tiff tif

An instance of the Tiff class.

Remarks

Extender method is usually used for registering custom tags.

To setup extender method that will be called upon creation of each instance of Tiff object please use SetTagExtender(Tiff.TiffExtendProc) method.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX