VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentViewerPreferences Class / ViewClip Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ViewClip Property (PdfDocumentViewerPreferences)
    In This Topic
    Gets or sets the page boundary type to which the contents of a page are to be clipped when viewing the document on the screen.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property ViewClip As PdfPageBoundaryType
    
    
    [Browsable(False)]
    public PdfPageBoundaryType ViewClip { get; set; }
    
    
    [Browsable(False)]
    public: __property PdfPageBoundaryType get_ViewClip();
    public: __property void set_ViewClip(
    PdfPageBoundaryType value
    );
    [Browsable(False)]
    public:
    property PdfPageBoundaryType ViewClip { 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