Scale Property (VideoCompressionOptions)
In This Topic
Controls whether to scale video if
OutputSize is not the same as the original DICOM image size
Syntax
'Declaration
Public Property Scale As System.Boolean
'Usage
Dim instance As VideoCompressionOptions
Dim value As System.Boolean
instance.Scale = value
value = instance.Scale
public System.bool Scale {get; set;}
public read-write property Scale: System.Boolean;
public function get,set Scale : System.boolean
public: __property System.bool get_Scale();
public: __property void set_Scale(
System.bool value
);
public:
property System.bool Scale {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also