Default resolution in dots per inch used when creating new PDFDocument objects.
public static int DefaultResolution { get; set; }
Public Shared Property DefaultResolution As Integer
public static int getDefaultResolution()
public static void setDefaultResolution(int resolution)
A System.Int32 that specifies the default resolution in dots per inch to use when creating new PDFDocument objects. Must be a value greater than or equal to 0. Default value is 150.
The PDFDocument constructor will use this value to initialize the PDFDocument.Resolution property.
A value of 0 means "Use current screen resolution", usually, 96.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET