C# Класс Pedamorf.Service.Client.PedamorfServiceClient

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CombinePdfs ( List sourcePdfs ) : PedamorfResponse
ConvertFile ( Stream fileSteam, string fileName ) : PedamorfResponse
ConvertFile ( Stream fileSteam, string fileName, ConversionOptions options ) : PedamorfResponse
ConvertFile ( byte file, string fileName ) : PedamorfResponse
ConvertFile ( string filePath ) : PedamorfResponse
ConvertFile ( string filePath, ConversionOptions options ) : PedamorfResponse
ConvertFiles ( byte[]>.Dictionary files ) : PedamorfResponse
ConvertFiles ( Stream fileStream1, string fileName1, Stream fileStream2, string fileName2 ) : PedamorfResponse
ConvertFiles ( Stream fileStream1, string fileName1, Stream fileStream2, string fileName2, ConversionOptions options ) : PedamorfResponse
ConvertFiles ( string directoryPath ) : PedamorfResponse
ConvertFiles ( string directoryPath, ConversionOptions options ) : PedamorfResponse
ConvertHtml ( string html ) : PedamorfResponse
ConvertHtmlList ( List html ) : PedamorfResponse
ConvertImage ( Stream fileSteam, string fileName ) : PedamorfResponse
ConvertImage ( Stream fileSteam, string fileName, ImageConversionOptions options ) : PedamorfResponse
ConvertImage ( byte image, string fileName ) : PedamorfResponse
ConvertImage ( string filePath ) : PedamorfResponse
ConvertImage ( string filePath, ImageConversionOptions options ) : PedamorfResponse
ConvertImages ( byte[]>.Dictionary images ) : PedamorfResponse
ConvertImages ( Stream imageStream1, string imageName1, Stream imageStream2, string imageName2, ImageConversionOptions options ) : PedamorfResponse
ConvertImages ( string directoryPath ) : PedamorfResponse
ConvertImages ( string directoryPath, ImageConversionOptions options ) : PedamorfResponse
ConvertText ( string text ) : PedamorfResponse
ConvertUrl ( List urls ) : PedamorfResponse
ConvertUrl ( string url ) : PedamorfResponse
ConvertZipFile ( byte zipFile ) : PedamorfResponse
Dispose ( ) : void

Приватные методы

Метод Описание
GetDirectoryFiles ( string directoryPath ) : byte[]>.Dictionary
GetStreamFile ( Stream input ) : byte[]

Описание методов

CombinePdfs() публичный Метод

public CombinePdfs ( List sourcePdfs ) : PedamorfResponse
sourcePdfs List
Результат PedamorfResponse

ConvertFile() публичный Метод

public ConvertFile ( Stream fileSteam, string fileName ) : PedamorfResponse
fileSteam Stream
fileName string
Результат PedamorfResponse

ConvertFile() публичный Метод

public ConvertFile ( Stream fileSteam, string fileName, ConversionOptions options ) : PedamorfResponse
fileSteam Stream
fileName string
options ConversionOptions
Результат PedamorfResponse

ConvertFile() публичный Метод

public ConvertFile ( byte file, string fileName ) : PedamorfResponse
file byte
fileName string
Результат PedamorfResponse

ConvertFile() публичный Метод

public ConvertFile ( string filePath ) : PedamorfResponse
filePath string
Результат PedamorfResponse

ConvertFile() публичный Метод

public ConvertFile ( string filePath, ConversionOptions options ) : PedamorfResponse
filePath string
options ConversionOptions
Результат PedamorfResponse

ConvertFiles() публичный Метод

public ConvertFiles ( byte[]>.Dictionary files ) : PedamorfResponse
files byte[]>.Dictionary
Результат PedamorfResponse

ConvertFiles() публичный Метод

public ConvertFiles ( Stream fileStream1, string fileName1, Stream fileStream2, string fileName2 ) : PedamorfResponse
fileStream1 Stream
fileName1 string
fileStream2 Stream
fileName2 string
Результат PedamorfResponse

ConvertFiles() публичный Метод

public ConvertFiles ( Stream fileStream1, string fileName1, Stream fileStream2, string fileName2, ConversionOptions options ) : PedamorfResponse
fileStream1 Stream
fileName1 string
fileStream2 Stream
fileName2 string
options ConversionOptions
Результат PedamorfResponse

ConvertFiles() публичный Метод

public ConvertFiles ( string directoryPath ) : PedamorfResponse
directoryPath string
Результат PedamorfResponse

ConvertFiles() публичный Метод

public ConvertFiles ( string directoryPath, ConversionOptions options ) : PedamorfResponse
directoryPath string
options ConversionOptions
Результат PedamorfResponse

ConvertHtml() публичный Метод

public ConvertHtml ( string html ) : PedamorfResponse
html string
Результат PedamorfResponse

ConvertHtmlList() публичный Метод

public ConvertHtmlList ( List html ) : PedamorfResponse
html List
Результат PedamorfResponse

ConvertImage() публичный Метод

public ConvertImage ( Stream fileSteam, string fileName ) : PedamorfResponse
fileSteam Stream
fileName string
Результат PedamorfResponse

ConvertImage() публичный Метод

public ConvertImage ( Stream fileSteam, string fileName, ImageConversionOptions options ) : PedamorfResponse
fileSteam Stream
fileName string
options ImageConversionOptions
Результат PedamorfResponse

ConvertImage() публичный Метод

public ConvertImage ( byte image, string fileName ) : PedamorfResponse
image byte
fileName string
Результат PedamorfResponse

ConvertImage() публичный Метод

public ConvertImage ( string filePath ) : PedamorfResponse
filePath string
Результат PedamorfResponse

ConvertImage() публичный Метод

public ConvertImage ( string filePath, ImageConversionOptions options ) : PedamorfResponse
filePath string
options ImageConversionOptions
Результат PedamorfResponse

ConvertImages() публичный Метод

public ConvertImages ( byte[]>.Dictionary images ) : PedamorfResponse
images byte[]>.Dictionary
Результат PedamorfResponse

ConvertImages() публичный Метод

public ConvertImages ( Stream imageStream1, string imageName1, Stream imageStream2, string imageName2, ImageConversionOptions options ) : PedamorfResponse
imageStream1 Stream
imageName1 string
imageStream2 Stream
imageName2 string
options ImageConversionOptions
Результат PedamorfResponse

ConvertImages() публичный Метод

public ConvertImages ( string directoryPath ) : PedamorfResponse
directoryPath string
Результат PedamorfResponse

ConvertImages() публичный Метод

public ConvertImages ( string directoryPath, ImageConversionOptions options ) : PedamorfResponse
directoryPath string
options ImageConversionOptions
Результат PedamorfResponse

ConvertText() публичный Метод

public ConvertText ( string text ) : PedamorfResponse
text string
Результат PedamorfResponse

ConvertUrl() публичный Метод

public ConvertUrl ( List urls ) : PedamorfResponse
urls List
Результат PedamorfResponse

ConvertUrl() публичный Метод

public ConvertUrl ( string url ) : PedamorfResponse
url string
Результат PedamorfResponse

ConvertZipFile() публичный Метод

public ConvertZipFile ( byte zipFile ) : PedamorfResponse
zipFile byte
Результат PedamorfResponse

Dispose() публичный Метод

public Dispose ( ) : void
Результат void