DataWeb
Search Results for

    Show / Hide Table of Contents

    Class FileSettings

    Inheritance
    object
    FileSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Media
    Assembly: DataWeb.Core.dll
    Syntax
    public class FileSettings

    Properties

    CutHeight

    Declaration
    public int? CutHeight { get; set; }
    Property Value
    Type Description
    int?

    CutWidth

    Declaration
    public int? CutWidth { get; set; }
    Property Value
    Type Description
    int?

    CutX

    Declaration
    public int? CutX { get; set; }
    Property Value
    Type Description
    int?

    CutY

    Declaration
    public int? CutY { get; set; }
    Property Value
    Type Description
    int?

    IsMetaDataRemoval

    Declaration
    public bool? IsMetaDataRemoval { get; set; }
    Property Value
    Type Description
    bool?

    IsOriginalFormat

    Declaration
    public bool? IsOriginalFormat { get; set; }
    Property Value
    Type Description
    bool?

    QualityMode

    Declaration
    public string QualityMode { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX