DocumentInfo

DocumentInfo class

Definieert documentbeschrijvingseigenschappen.

public class DocumentInfo : IDocumentInfo

Constructeurs

Naam Beschrijving
DocumentInfo(FileType, IPageInfo[], long) Initialiseert nieuw exemplaar vanDocumentInfo klasse.

Eigenschappen

Naam Beschrijving
PageCount { get; } Het aantal documentpagina’s.
Pages { get; } Definieert verzameling documentpagina’s.
Size { get; } Documentgrootte in bytes
Type { get; } Haalt het bestandstype op.

methoden

Naam Beschrijving
override ToString() Retourneert een tekenreeks die het huidige object vertegenwoordigt.

Zie ook