 | PostProcessingConfigurationResizingFactor Property |
Gets or sets the resizing factor.
Namespace: LynceeTec.InterfaceProcessingV2.ConfigurationsAssembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic float ResizingFactor { get; set; }
public:
property float ResizingFactor {
float get ();
void set (float value);
}
Property Value
Single
RemarksResizing can be performed in post processing to reduce image size.
See Also