DicomObjects.NET.V8
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 String
    'Usage
     
    Dim instance As DicomImage
    Dim value As String
     
    instance.CDAStyleSheet = value
     
    value = instance.CDAStyleSheet
    public string CDAStyleSheet {get; set;}
    public:
    property String^ CDAStyleSheet {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    This is a string giving the full path to the Schema File
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also