Leadtools.Dicom Namespace > DicomDataSet Class : DeleteSignature Method |
public void DeleteSignature( DicomElement signatureItem )
'Declaration Public Sub DeleteSignature( _ ByVal signatureItem As DicomElement _ )
'Usage Dim instance As DicomDataSet Dim signatureItem As DicomElement instance.DeleteSignature(signatureItem)
public void DeleteSignature( DicomElement signatureItem )
ObjectiveC Syntax
function Leadtools.Dicom.DicomDataSet.DeleteSignature( signatureItem )
public: void DeleteSignature( DicomElement^ signatureItem )
Call this method to remove all the Digital Signatures that exist in the Data Set by passing null to the method. In this case, all the MAC Parameters Sequence (4FFE,0001) and the Digital Signatures Sequence (FFFA,FFFA) Data Elements that exist in the Data Set will be deleted.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2