Class FigureRendererPluginOptions

Class FigureRendererPluginOptions

Nazwa przestrzeń: Aspose.TeX.Plugins Zgromadzenie: Aspose.TeX.dll (25.4.0)

Opcje dla Aspose.TeX.Plugins.FigureRendererPlugin.

public abstract class FigureRendererPluginOptions : FigureRendererOptions, IPluginOptions

Inheritance

object FigureRendererOptions FigureRendererPluginOptions

Derived

PngFigureRendererPluginOptions , SvgFigureRendererPluginOptions

Implements

IPluginOptions

Dziedziczeni członkowie

FigureRendererOptions.Preamble , FigureRendererOptions.Scale , FigureRendererOptions.BackgroundColor , FigureRendererOptions.LogStream , FigureRendererOptions.ShowTerminal , FigureRendererOptions.ErrorReport , FigureRendererOptions.RequiredInputDirectory , FigureRendererOptions.Margin , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

InputDataCollection

Zbieranie źródeł danych.

public List<idatasource> InputDataCollection { get; }

Wartość nieruchomości

List • < IDataSource >

OperationName

Powrót nazwy operacyjnej.

public virtual string OperationName { get; }

Wartość nieruchomości

string

OutputDataCollection

Otrzymuje zbieranie dodatkowych celów, aby zaoszczędzić wyniki operacyjne.

public List<idatasource> OutputDataCollection { get; }

Wartość nieruchomości

List • < IDataSource >

Methods

AddInputDataSource(Źródło)

Dodaj do kolekcji nowy źródło danych.

public void AddInputDataSource(IDataSource dataSource)

Parameters

dataSource IDataSource

Źródło danych .

AddOutputDataTarget(Źródło)

Dodaj do kolekcji nowy cel danych wejściowych.

public void AddOutputDataTarget(IDataSource dataTarget)

Parameters

dataTarget IDataSource

Do celów danych.

 Polski