You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Document Printing > PrintForcePdfDpiRendering Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.PrintForcePdfDpiRendering Method

Force the PDF rendering resolution to use during PDF printing. For expert only.

C#
public PrintForcePdfDpiRendering(
    int DPI
);
Visual Basic
Public Sub PrintForcePdfDpiRendering(
    ByVal DPI As Integer
)
Parameters
Parameters 
Description 
DPI 
The PDF rendering resolution to use for PDF printing. Set -1 for Automatic (default behavior).  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.