کلاس TiffConverter
Info
نماینده پلاگین Documentize.TiffConverter. برای تبدیل اسناد PDF به فرمت TIFF استفاده میشود.
public sealed class TiffConverter
وراثت
اعضای وراثت یافته
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
مثالها
این مثال نشان میدهد که چگونه میتوان یک سند PDF را به فرمت TIFF تبدیل کرد.
// create TiffConverter
var plugin = new TiffConverter();
// create PdfToTiffOptions object to set instructions
var opt = new PdfToTiffOptions();
// add input file path
opt.AddInput(new FileDataSource(inputPath));
// set output file path
opt.AddOutput(new DirectoryDataSource(outputPath));
// perform the process
plugin.Process(opt);
سازندهها
TiffConverter()
public TiffConverter()
متدها
Process(PdfToTiffOptions)
پردازش Documentize.TiffConverter را با پارامترهای مشخص آغاز میکند.
public ResultContainer Process(PdfToTiffOptions options)
پارامترها
options
PdfToTiffOptions: یک شیء گزینه که شامل دستورالعملهای برای Documentize.TiffConverter است.
بازگشت میدهد
ResultContainer : یک شیء ResultContainer که شامل نتیجه عملیات است.
Namespace: Documentize Assembly: Documentize.dll