Sınıf PngConverter
Bilgi
Documentize.PngConverter eklentisini temsil eder. PDF belgelerini PNG formatına dönüştürmek için kullanılır.
public sealed class PngConverter
Miras
Miras Alan Üyeleri
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Örnekler
Örnek, PDF belgesini PNG formatına dönüştürmeyi göstermektedir.
// PngConverter oluştur
var plugin = new PngConverter();
// Talimatları ayarlamak için PdfToPngOptions nesnesi oluştur
var opt = new PdfToPngOptions();
// Girdi dosyası yolunu ekle
opt.AddInput(new FileDataSource(inputPath));
// Çıktı dosyası yolunu ayarla
opt.AddOutput(new DirectoryDataSource(outputPath));
// işlemi gerçekleştir
plugin.Process(opt);
Yapıcılar
PngConverter()
public PngConverter()
Metotlar
Process(PdfToPngOptions)
Belirtilen parametrelerle Documentize.PngConverter işlemini başlatır.
public ResultContainer Process(PdfToPngOptions options)
Parametreler
options
PdfToPngOptions: Documentize.PngConverter için talimatlar içeren bir seçenek nesnesi.
Dönüş Değeri
ResultContainer : İşlemin sonucunu içeren bir ResultContainer nesnesi.
Namespace: Documentize Assembly: Documentize.dll