Default resolution in dots per inch of this document.
Object.defineProperty(DocumentPages.prototype, 'defaultResolution',
get: function()
)
defaultResolution: number; // read-only
The default resolution in dots per inch (DPI) of this document. Default value depends on how this document was created. This value cannot be less than 0.
The initial values of DefaultPageSize and DefaultResolution are updated based on the original document. The internal parsing code will usually use the size and resolution of the first page found in the document.
This property is always equal to Document.DefaultResolution.
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