BitMiracle.LibTiff.Classic.TiffTagMethods.PrintDir C# (CSharp) Method

PrintDir() public method

Prints formatted description of the contents of the current directory to the specified stream using specified print (formatting) options.
public PrintDir ( Tiff tif, Stream stream, TiffPrintFlags flags ) : void
tif Tiff An instance of the class.
stream Stream The stream to print to.
flags TiffPrintFlags The print (formatting) options.
return void
        public virtual void PrintDir(Tiff tif, Stream stream, TiffPrintFlags flags)
        {
        }