PdfViewInfo Class
Represents view information for PDF document.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.ResultsViewInfo
    GroupDocs.Viewer.ResultsPdfViewInfo

Namespace: GroupDocs.Viewer.Results
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
[SerializableAttribute]
public class PdfViewInfo : ViewInfo

The PdfViewInfo type exposes the following members.

Constructors
  NameDescription
Public methodPdfViewInfo
Initializes new instance of PdfViewInfo class.
Properties
  NameDescription
Public propertyFileType
The type of the file.
(Inherited from ViewInfo.)
Public propertyPages
The list of pages to view.
(Inherited from ViewInfo.)
Public propertyPrintingAllowed
Indicates if printing of the document is allowed.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from ViewInfo.)
See Also