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

In This Topic
    ViewClip Property
    In This Topic
    Gets or sets the name of the page boundary to which the contents of a page are to be clipped when viewing the document on the screen.

    Default value: CropBox.

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