ViewInfo

ViewInfo class

Represents view information for generic document.

public class ViewInfo

Constructors

Name Description
ViewInfo() Initializes new instance of ViewInfo class.
ViewInfo(FileType, List<Page>) Initializes new instance of ViewInfo class.

Properties

Name Description
FileType { get; set; } The type of the file.
Pages { get; set; } The list of pages to view.

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also