The default resolution to use when loading document file formats.
public static int DefaultDocumentResolution {get; set;}
Public Shared Property DefaultDocumentResolution() As Integer
Get
Set
public:
static property Int32 DefaultDocumentResolution
{
Int32 get()
void set(Int32 value)
}
Resolution to use when loading document file formats. The default value is 300.
Document file formats, such as PDF, DOCX, and TXT, do not have a resolution. Therefore, this property is always used when using the document factory to load such files.
DocumentFactory sets this value initially and every time it changes the CodecsRasterizeDocumentLoadOptions.Resolution value of RasterCodecsTemplate as follows:
DocumentFactory.RasterCodecsTemplate.Options.RasterizeDocument.Load.Resolution = DocumentFactory.DefaultDocumentResolution;
This resolution value will then be used by the following:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document