DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomPrint Class / MetaSOPClass Property



In This Topic
    MetaSOPClass Property (DicomPrint)
    In This Topic
    Returns the Meta SOP Class used during the printing session
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MetaSOPClass As String
    'Usage
     
    
    Dim instance As DicomPrint
    Dim value As String
     
    value = instance.MetaSOPClass
    public string MetaSOPClass {get;}
    public:
    property String^ MetaSOPClass {
       String^ get();
    }
    Remarks
    Returns Meta_BasicColorPrintSOP Class UID "1.2.840.10008.5.1.1.18" if printing in color, otherwise returns BasicGrayscalePrint SOP Class UID "1.2.840.10008.5.1.1.9".
    Requirements

    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

    See Also