1. GroupDocs.Viewer
  2. /
  3. GroupDocs.Viewer for .NET
  4. /
  5. GroupDocs.Viewer.Results
  6. /
  7. PdfViewInfo

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