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

In This Topic
    PrintArea Property
    In This Topic
    Gets or sets the name of the page boundary representing the area of a page to be rendered when printing the document.

    Default value: CropBox.

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