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