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