Class FileSettings
Represents the settings applied to a file.
Inherited Members
Namespace: DataWeb.Media
Assembly: DataWeb.Core.dll
Syntax
public class FileSettings
Properties
CutHeight
Gets or sets the height of the crop area.
Declaration
public int? CutHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
CutWidth
Gets or sets the width of the crop area.
Declaration
public int? CutWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
CutX
Gets or sets the X coordinate of the crop area.
Declaration
public int? CutX { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
CutY
Gets or sets the Y coordinate of the crop area.
Declaration
public int? CutY { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
IsMetaDataRemoval
Gets or sets a value indicating whether metadata should be removed from the file.
Declaration
public bool? IsMetaDataRemoval { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IsOriginalFormat
Gets or sets a value indicating whether the file should be stored in its original format.
Declaration
public bool? IsOriginalFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
QualityMode
Gets or sets the quality mode for the file.
Declaration
public string QualityMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetDevice
Gets or sets the target device for the file.
Declaration
public string TargetDevice { get; set; }
Property Value
| Type | Description |
|---|---|
| string |