VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentViewerPreferences Class / ViewArea Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ViewArea Property (PdfDocumentViewerPreferences)
    In This Topic
    Gets or sets the page boundary type representing the area of a page to be displayed when viewing the document on the screen.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property ViewArea As PdfPageBoundaryType
    
    
    [Browsable(False)]
    public PdfPageBoundaryType ViewArea { get; set; }
    
    
    [Browsable(False)]
    public: __property PdfPageBoundaryType get_ViewArea();
    public: __property void set_ViewArea(
    PdfPageBoundaryType value
    );
    [Browsable(False)]
    public:
    property PdfPageBoundaryType ViewArea { PdfPageBoundaryType get(); void set(PdfPageBoundaryType value); }

    Property Value

    Default value is PdfPageBoundaryType.CropBox.
    Remarks

    This parameter is available since PDF 1.4.

    This property is intended primarily for use by prepress applications that interpret or manipulate the page boundaries. Most PDF consumer applications disregard it.

    Requirements

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

    See Also