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