Class XpsSaveOptions

Class XpsSaveOptions

Il nome: Aspose.Words.Saving Assemblea: Aspose.Words.dll (25.4.0)

Può essere utilizzato per specificare ulteriori opzioni quando si salva un documento nel formato Aspose.Words.SaveFormat.Xps.

Per saperne di più, visita il Specify Save Options Articolo di documentazione.

public class XpsSaveOptions : FixedPageSaveOptions

Inheritance

object SaveOptions FixedPageSaveOptions XpsSaveOptions

I membri ereditari

FixedPageSaveOptions.Equals(object) , FixedPageSaveOptions.AssertValidIdPrefix(string) , FixedPageSaveOptions.IsValidIdPrefix(string) , FixedPageSaveOptions.PageSet , FixedPageSaveOptions.PageSavingCallback , FixedPageSaveOptions.NumeralFormat , FixedPageSaveOptions.MetafileRenderingOptions , FixedPageSaveOptions.JpegQuality , FixedPageSaveOptions.ColorMode , FixedPageSaveOptions.OptimizeOutput , SaveOptions.CreateSaveOptions(SaveFormat) , SaveOptions.CreateSaveOptions(string) , SaveOptions.SaveFormat , SaveOptions.ExportGeneratorName , SaveOptions.TempFolder , SaveOptions.PrettyFormat , SaveOptions.UseAntiAliasing , SaveOptions.UseHighQualityRendering , SaveOptions.DmlRenderingMode , SaveOptions.DmlEffectsRenderingMode , SaveOptions.ImlRenderingMode , SaveOptions.DefaultTemplate , SaveOptions.UpdateFields , SaveOptions.UpdateLastSavedTimeProperty , SaveOptions.UpdateLastPrintedProperty , SaveOptions.UpdateCreatedTimeProperty , SaveOptions.MemoryOptimization , SaveOptions.UpdateAmbiguousTextFont , SaveOptions.Dml3DEffectsRenderingMode , SaveOptions.ProgressCallback , SaveOptions.AllowEmbeddingPostScriptFonts , SaveOptions.CustomTimeZoneInfo , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

XpsSaveOptions()

Inizia una nuova instanza di questa classe che può essere utilizzata per salvare un documentoin formato Aspose.Words.SaveFormat.Xps.

public XpsSaveOptions()

XpsSaveOptions(SaveFormat)

Inizia una nuova instanza di questa classe che può essere utilizzata per salvare un documentoin formato Aspose.Words.SaveFormat.Xps o Aspose.Words.SaveFormat.OpenXps.

public XpsSaveOptions(SaveFormat saveFormat)

Parameters

saveFormat SaveFormat

Properties

DigitalSignatureDetails

Riceve o imposta Aspose.Words.Saving.DigitalSignatureDetails oggetto utilizzato per firmare un documento.

public DigitalSignatureDetails DigitalSignatureDetails { get; set; }

Valore di proprietà

DigitalSignatureDetails

OutlineOptions

Permette di specificare le opzioni di outline.

public OutlineOptions OutlineOptions { get; }

Valore di proprietà

OutlineOptions

Remarks

Nota che Aspose.Words.Saving.OutlineOptions.ExpandedOutlineLevels opzione non funzionerà quando risparmiare su XPS.

SaveFormat

Specifica il formato in cui il documento sarà salvato se viene utilizzato questo oggetto di opzioni di salvataggio.Può essere solo Aspose.Words.SaveFormat.Xps.

public override SaveFormat SaveFormat { get; set; }

Valore di proprietà

SaveFormat

UseBookFoldPrintingSettings

Riceve o impone un valore boolean che indica se il documento dovrebbe essere salvato utilizzando un layout di stampa del libro,se è specificato tramite Aspose.Words.PageSetup.MultiplePages.

public bool UseBookFoldPrintingSettings { get; set; }

Valore di proprietà

bool

Remarks

<p>

Se questa opzione è specificata, Aspose.Words.Saving.FixedPageSaveOptions.PageSet viene ignorato quando si salva.Questo comportamento corrisponde a MS Word.Se le impostazioni di stampa del libro non sono specificate nella configurazione della pagina, questa opzione non avrà effetto.

 Italiano