VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentViewerPreferences Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfDocumentViewerPreferences Class
    In This Topic
    Represents a viewer preferences specifying the way the document is to be displayed on the screen.
    Object Model
    PdfDocument PdfIndirectReference PdfBasicObject PdfDocumentViewerPreferences
    Syntax
    'Declaration
    
    Public Class PdfDocumentViewerPreferences
       Inherits PdfTreeNodeBase
    
    
    public class PdfDocumentViewerPreferences : PdfTreeNodeBase
    
    
    public __gc class PdfDocumentViewerPreferences : public PdfTreeNodeBase*
    
    
    public ref class PdfDocumentViewerPreferences : public PdfTreeNodeBase^
    
    
    Remarks

    The ViewerPreferences property controlling the way the document is to be presented on the screen or in print. If no such dictionary is specified, viewing and printing applications should behave in accordance with their own current user preference settings.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.PdfDocumentViewerPreferences

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also