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

In This Topic
    PrintClip 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 printing the document.

    Default value: CropBox.

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