Class ImageSaveOptions

Class ImageSaveOptions

Namespace: Aspose.Page.XPS.Presentation.Image
Assembly: Aspose.Page.dll (25.1.2)

XPS görüntü olarak kaydetme seçenekleri için temel sınıf.

public abstract class ImageSaveOptions : SaveOptions, IPipelineOptions, IEventBasedModificationOptions

Miras

objectSaveOptionsImageSaveOptions

Türetilmiş

BmpSaveOptions, JpegSaveOptions, PngSaveOptions, TiffSaveOptions

Uygulamalar

IPipelineOptions, IEventBasedModificationOptions

Miras Alınan Üyeler

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()

Yapıcılar

ImageSaveOptions()

Seçeneklerin yeni bir örneğini oluşturur.

public ImageSaveOptions()

Özellikler

BatchSize

Düğümden düğüme geçilecek sayfa bölümünün boyutunu belirtir.

public int BatchSize { get; set; }

Özellik Değeri

int

BeforePageSavingEventHandlers

Kaydedilmeden hemen önce bir XPS sayfasında değişiklikler yapan olay işleyicilerinin koleksiyonu.

public IList<beforepagesavingeventhandler> BeforePageSavingEventHandlers { get; }

Özellik Değeri

IList<BeforePageSavingEventHandler&gt;

ImageSize

Çıktı görüntülerinin piksel cinsinden boyutunu alır/ayarlar.

public Size ImageSize { get; set; }

Özellik Değeri

Size

InterpolationMode

İnterpolasyon modunu alır/ayarlar.

public InterpolationMode InterpolationMode { get; set; }

Özellik Değeri

InterpolationMode

PageNumbers

Dönüştürülecek sayfa numaralarının dizisini alır/ayarlar.

public int[] PageNumbers { get; set; }

Özellik Değeri

int[]

Resolution

Görüntü çözünürlüğünü alır/ayarlar.

public float Resolution { get; set; }

Özellik Değeri

float

SmoothingMode

Pürüzsüzleştirme modunu alır/ayarlar.

public SmoothingMode SmoothingMode { get; set; }

Özellik Değeri

SmoothingMode

TextRenderingHint

Metin renderlama ipucunu alır/ayarlar.

public TextRenderingHint TextRenderingHint { get; set; }

Özellik Değeri

TextRenderingHint

 Türkçe