TiffDataTypeControllerSetSectionTags Method |
Sets the section tags.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxprotected void SetSectionTags(
int section,
TiffDataType[] tags
)
Protected Sub SetSectionTags (
section As Integer,
tags As TiffDataType()
)
protected:
void SetSectionTags(
int section,
array<TiffDataType^>^ tags
)
member SetSectionTags :
section : int *
tags : TiffDataType[] -> unit
Parameters
- section
- Type: SystemInt32
The section to set tags for. -1 in case you wish to set tags according to section specification. - tags
- Type: Aspose.CAD.FileFormats.TiffTiffDataType
The tags to set.
See Also