In This Topic
Common printing variable, the printing orientation
Syntax
'Declaration
Public Property Orientation As System.String
'Usage
Dim instance As DicomPrint
Dim value As System.String
instance.Orientation = value
value = instance.Orientation
public System.string Orientation {get; set;}
public read-write property Orientation: System.String;
public function get,set Orientation : System.String
public: __property System.string* get_Orientation();
public: __property void set_Orientation(
System.string* value
);
public:
property System.String^ Orientation {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also