DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / CDAStyleSheet Property






In This Topic
    CDAStyleSheet Property
    In This Topic
    Style sheet used for displaying encapsulated CDA
    Syntax
    'Declaration
     
    
    Public Property CDAStyleSheet As System.String
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.String
     
    instance.CDAStyleSheet = value
     
    value = instance.CDAStyleSheet
    public System.string CDAStyleSheet {get; set;}
    public read-write property CDAStyleSheet: System.String; 
    public function get,set CDAStyleSheet : System.String
    public: __property System.string* get_CDAStyleSheet();
    public: __property void set_CDAStyleSheet( 
       System.string* value
    );
    public:
    property System.String^ CDAStyleSheet {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    This is a string giving the full path to the Schema File
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also