←Select platform

GeneralTags Property

Summary

Gets or sets the image information tags.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public DICOMTags[] GeneralTags { get; set; } 
  
Public Property GeneralTags As Leadtools.Dicom.Web.DICOMTags() 

Property Value

An array of DICOMTags which contains DICOM image information.

Remarks

The GeneralTags property will contain the Image information which can be identified by the DICOMTags.TagName.

For GeneralTags the following DICOMTags.TagName are valid:

  • Width
  • Height
  • Compression
  • ResolutionX
  • ResolutionY
  • IsGray
  • IsSigned
  • Frames
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly