Class XpsConverterOptions
Namn på plats: Aspose.Page.Plugins Sammanfattning: Aspose.Page.dll (25.4.0)
Representerar alternativ för Aspose.Page.Plugins.XpsConverter plugin.
public class XpsConverterOptions : IPluginOptions
Inheritance
Derived
XpsConverterToImageOptions , XpsConverterToPdfOptions
Implements
Arvsmedlemmar
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
DataCollection
Returns XpsConverterOptions plugin datainsamling.
public List<idatasource> DataCollection { get; }
Fastighetsvärde
List ochlt; IDataSource >
JpegQualityLevel
Kvalitetskategorin anger komprimeringsnivån för en bild.Tillgängliga värden är 0 till 100.Ju lägre det angivna antalet, desto högre kompression och därmed lägre kvaliteten på bilden.0 värde resulterar i lägsta kvalitet, medan 100 resulterar i högsta.
public int JpegQualityLevel { get; set; }
Fastighetsvärde
OperationName
returnerar operationsnamn.
public virtual string OperationName { get; }
Fastighetsvärde
SaveTargetsCollection
Få insamling av ytterligare mål för att spara driftsresultat.
public List<idatasource> SaveTargetsCollection { get; }
Fastighetsvärde
List ochlt; IDataSource >
Methods
AddDataSource(IdataKälla)
Lägg till en ny datakälla till XpsConverter-plugin datainsamling.
public void AddDataSource(IDataSource dataSource)
Parameters
dataSource
IDataSource
Data källa att lägga till.
AddSaveDataSource(IdataKälla)
Lägg till en ny datakälla till XpsConverterOptions-plugin datainsamling.
public void AddSaveDataSource(IDataSource saveDataSource)
Parameters
saveDataSource
IDataSource
Datakälla (fil eller ström) för att spara operationsresultat.