Class ImageSaveOptions

Class ImageSaveOptions

Namespace: Aspose.Page.EPS.Device
Assembly: Aspose.Page.dll (25.1.2)

Tato třída obsahuje možnosti nezbytné pro správu procesu ukládání obrázků.

public class ImageSaveOptions : SaveOptions

Dědičnost

objectSaveOptionsImageSaveOptions

Děděné členy

SaveOptions.SupressErrors, SaveOptions.Size, SaveOptions.Exceptions, SaveOptions.Debug, SaveOptions.AdditionalFontsFolders, SaveOptions.JpegQualityLevel, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Konstruktor

ImageSaveOptions()

Inicializuje novou instanci třídy Aspose.Page.EPS.Device.ImageSaveOptions s výchozími hodnotami pro příznaky SuppressErrors (true) a System.Diagnostics.Debug (false).

public ImageSaveOptions()

ImageSaveOptions(ImageFormat)

Inicializuje novou instanci Aspose.Page.EPS.Device.ImageSaveOptions s určeným formátem obrázku.

public ImageSaveOptions(ImageFormat imageFormat)

Parametry

imageFormat ImageFormat

Formát obrázku.

ImageSaveOptions(Size)

Inicializuje novou instanci Aspose.Page.EPS.Device.ImageSaveOptions s určenou velikostí obrázku.

public ImageSaveOptions(Size size)

Parametry

size Size

Velikost obrázku.

ImageSaveOptions(Size, ImageFormat)

Inicializuje novou instanci Aspose.Page.EPS.Device.ImageSaveOptions s určenou velikostí obrázku a formátem obrázku.

public ImageSaveOptions(Size size, ImageFormat imageFormat)

Parametry

size Size

Velikost obrázku.

imageFormat ImageFormat

Formát obrázku.

ImageSaveOptions(ImageFormat, bool)

Inicializuje novou instanci Aspose.Page.EPS.Device.ImageSaveOptions s určeným formátem obrázku.

public ImageSaveOptions(ImageFormat imageFormat, bool supressErrors)

Parametry

imageFormat ImageFormat

Formát obrázku.

supressErrors bool

Určuje, zda musí být chyby potlačeny nebo ne. Pokud je true, potlačené chyby jsou přidány do seznamu Exceptions.

ImageSaveOptions(Size, bool)

Inicializuje novou instanci Aspose.Page.EPS.Device.ImageSaveOptions s určenou velikostí.

public ImageSaveOptions(Size size, bool supressErrors)

Parametry

size Size

Velikost obrázku.

supressErrors bool

Určuje, zda musí být chyby potlačeny nebo ne. Pokud je true, potlačené chyby jsou přidány do seznamu Exceptions.

ImageSaveOptions(Size, ImageFormat, bool)

Inicializuje novou instanci Aspose.Page.EPS.Device.ImageSaveOptions s určenou velikostí obrázku a formátem obrázku.

public ImageSaveOptions(Size size, ImageFormat imageFormat, bool supressErrors)

Parametry

size Size

Velikost obrázku.

imageFormat ImageFormat

Formát obrázku.

supressErrors bool

Určuje, zda musí být chyby potlačeny nebo ne. Pokud je true, potlačené chyby jsou přidány do seznamu Exceptions.

ImageSaveOptions(bool)

Inicializuje novou instanci Aspose.Page.EPS.Device.ImageSaveOptions s výchozí hodnotou pro příznak System.Diagnostics.Debug (false).

public ImageSaveOptions(bool supressErrors)

Parametry

supressErrors bool

Určuje, zda musí být chyby potlačeny nebo ne. Pokud je true, potlačené chyby jsou přidány do seznamu Exceptions.

Vlastnosti

ImageFormat

Získá/nastaví formát obrázku pro výsledný obrázek.

public ImageFormat ImageFormat { get; set; }

Hodnota vlastnosti

ImageFormat

Resolution

Získá/nastaví rozlišení obrázku.

public float Resolution { get; set; }

Hodnota vlastnosti

float

SmoothingMode

Získá/nastaví režim vyhlazení pro vykreslování obrázku.

public SmoothingMode? SmoothingMode { get; set; }

Hodnota vlastnosti

SmoothingMode?

TryJoinImageFragments

Příznak pro sloučení fragmentů obrázku do jedné fotografie.

public bool TryJoinImageFragments { get; set; }

Hodnota vlastnosti

bool

 Čeština