DicomObjects.NET.8.48 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 System.String
    'Usage
     
    
    Dim instance As DicomPrint
    Dim value As System.String
     
    value = instance.MetaSOPClass
    public System.string MetaSOPClass {get;}
    public read-only property MetaSOPClass: System.String; 
    public function get MetaSOPClass : System.String
    public: __property System.string* get_MetaSOPClass();
    public:
    property System.String^ MetaSOPClass {
       System.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: .NET CLR 4.8 or higher

    See Also