Class TableGenerator
Class TableGenerator
Именује се: Aspose.Pdf.Plugins Асамблеја: Aspose.PDF.dll (25.4.0)
Представља Aspose.PDF TableGenerator плугин.
public sealed class TableGenerator : IPlugin, IDisposable
Inheritance
Implements
Наслеђени чланови
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
Пример показује како додати табелу у ПДФ датотеку.
// create TableGenerator
var generator = new TableGenerator();
// create TableOptions object to set instructions
var opt = new TableOptions();
// add input file paths
opt.AddInput(new FileDataSource(inputPath1));
opt.AddInput(new FileDataSource(inputPath2));
// set output file path
opt.AddOutput(new FileDataSource(outputPath));
// perform extraction process
generator.Process(opt);
Constructors
TableGenerator()
public TableGenerator()
Methods
Dispose()
Имплементација ИДИСпозибилно. у ствари, то није потребно за ТабелГенератор.
public void Dispose()
Process(ИПЛУГИНОПЦИЈА)
Почиње обрада ПдфГенератора са одређеним параметрима.
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
Објекат опција садржи упутства за ПдфГенератор.
Returns
Објекат РезултатКонтајнер садржи резултат операције.