TiffDataTypeControllerGetSectionTags Method

Gets the section tags.

Namespace:  Aspose.CAD.Exif
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
protected TiffDataType[] GetSectionTags(
	int section
)

Parameters

section
Type: SystemInt32
The section identifier. - 1 in case all tags are needed.

Return Value

Type: TiffDataType
The tiff tags
See Also