DocumentInfo

DocumentInfo constructor

Initialiseert nieuw exemplaar vanDocumentInfo klasse.

public DocumentInfo(FileType fileType, IPageInfo[] pages, long size)
Parameter Type Beschrijving
fileType FileType Het type van het bestand.
pages IPageInfo[] De lijst met te bekijken pagina’s.
size Int64 De grootte van het bestand.

Uitzonderingen

uitzondering voorwaarde
ArgumentNullException Wanneer gegooidfileType is niets.
ArgumentNullException Wanneer gegooidpages is niets.

Zie ook