Class PsSaveOptions

Class PsSaveOptions

Nazwa przestrzeń: Aspose.Page.EPS.Device Zgromadzenie: Aspose.Page.dll (25.4.0)

Ta klasa zawiera opcje niezbędne do zarządzania procesem konwersji dokumentu do pliku PostScript (PS) lub Encapsulated PostScript (EPS).

public class PsSaveOptions : SaveOptions

Inheritance

object SaveOptions PsSaveOptions

Dziedziczeni członkowie

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

Constructors

PsSaveOptions()

Inicjalizuje nową instancję klasy Aspose.Page.EPS.Device.PsSaveOptions z standardowymi wartościamiDla flagi SuppressErrors (prawdziwy) i Debug (fałszywy).

public PsSaveOptions()

PsSaveOptions(Bool)

Inicjalizuje nową instancję klasy Aspose.Page.EPS.Device.PsSaveOptions z wartościami domyślnymi dla flagi Debug (fałszywy).

public PsSaveOptions(bool supressErrors)

Parameters

supressErrors bool

Wyjaśnij, czy błędy muszą zostać zlikwidowane, czy nie.Jeśli prawdziwe usunięte błędy są dodawane do listy wyjątków.

Properties

BackgroundColor

Kolor z tła.

public Color? BackgroundColor { get; set; }

Wartość nieruchomości

Color ?

EmbedFonts

Oznacza, czy należy włączyć używane czcionki w dokumencie PS.

public bool EmbedFonts { get; set; }

Wartość nieruchomości

bool

EmbedFontsAs

Typ czcionki, w której można włączyć czcionki w dokumencie PS.

public string EmbedFontsAs { get; set; }

Wartość nieruchomości

string

Margins

marginesy strony.

public Margins Margins { get; set; }

Wartość nieruchomości

Margins

PageSize

Rozmiar strony.

public Size PageSize { get; set; }

Wartość nieruchomości

Size

SaveFormat

Zapisywanie formatów wynikających plików.

public PsSaveFormat SaveFormat { get; set; }

Wartość nieruchomości

PsSaveFormat

Transparent

Pokaż, czy tło jest przejrzyste.

public bool Transparent { get; set; }

Wartość nieruchomości

bool

 Polski