Gets or sets a value that indicates whether to display the QFactor Options in the File Save Options dialog box.
public bool ShowFileOptionsQualityFactor {get; set;}
'Declaration
Public Property ShowFileOptionsQualityFactor As Boolean
'Usage
Dim instance As RasterSaveDialog
Dim value As Boolean
instance.ShowFileOptionsQualityFactor = value
value = instance.ShowFileOptionsQualityFactor
public:
property bool ShowFileOptionsQualityFactor {
bool get();
void set ( bool value);
}
Property Value
true if the QFactor Options section in the File Save Options dialog box is enabled; otherwise, false.