Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ViewerPreferences Class / ViewArea Property

In This Topic
    ViewArea Property
    In This Topic
    Gets or sets the name of the page boundary representing the area of a page to be displayed when viewing the document on the screen.

    Default value: CropBox.

    Syntax
    'Declaration
     
    Public Property ViewArea As PageBoundary
    public PageBoundary ViewArea {get; set;}
    See Also