C# Class BitMiracle.TiffCP.Copier.tagToCopy

Show file Open project: Core-Techs/TiffLibrary

Public Properties

Property Type Description
count short
tag TiffTag
type TiffType

Public Methods

Method Description
tagToCopy ( TiffTag _tag, short _count, TiffType _type ) : System

Method Details

tagToCopy() public method

public tagToCopy ( TiffTag _tag, short _count, TiffType _type ) : System
_tag TiffTag
_count short
_type TiffType
return System

Property Details

count public property

public short count
return short

tag public property

public TiffTag tag
return TiffTag

type public property

public TiffType type
return TiffType