PdfViewInfo

PdfViewInfo class

Represents view information for PDF document.

public class PdfViewInfo : ViewInfo

Constructors

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

Properties

Name Description
FileType { get; set; } The type of the file.
Pages { get; set; } The list of pages to view.
PrintingAllowed { get; set; } Indicates if printing of the document is allowed.

Methods

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

See Also