C# Class afung.MangaWeb3.Server.Provider.PdfProvider

Inheritance: IMangaProvider
Afficher le fichier Open project: a-fung/MangaWeb3

Méthodes publiques

Méthode Description
GetContent ( string path ) : string[]
OutputFile ( string path, string page, string outputPath ) : string
PdfProvider ( ) : System
TryOpen ( string path ) : bool

Private Methods

Méthode Description
GetNumberOfPages ( string path ) : int

Method Details

GetContent() public méthode

public GetContent ( string path ) : string[]
path string
Résultat string[]

OutputFile() public méthode

public OutputFile ( string path, string page, string outputPath ) : string
path string
page string
outputPath string
Résultat string

PdfProvider() public méthode

public PdfProvider ( ) : System
Résultat System

TryOpen() public méthode

public TryOpen ( string path ) : bool
path string
Résultat bool