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