In This Topic
Common printing variable, number of copies to print
Syntax
'Declaration
Public Property Copies As System.Short
'Usage
Dim instance As DicomPrint
Dim value As System.Short
instance.Copies = value
value = instance.Copies
public System.short Copies {get; set;}
public read-write property Copies: System.Int16;
public function get,set Copies : System.short
public: __property System.short get_Copies();
public: __property void set_Copies(
System.short value
);
public:
property System.short Copies {
System.short get();
void set ( System.short value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also