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