The default resolution to use when loading vector file formats.
public static int DefaultVectorResolution {get; set;}
Public Shared Property DefaultVectorResolution() As Integer
Get
Set
public:
static property Int32 DefaultVectorResolution
{
Int32 get()
void set(Int32 value)
}
Resolution to use when loading vector file formats. The default value is 300.
Vector file formats (including DWG, DXF, and STL), do not have a resolution. Therefore, this property is always used when using the document factory to load such files.
Unlike DefaultDocumentResolution and DefaultRasterResolution, the default vector resolution is not stored in RasterCodecsTemplate. Instead, DocumentFactory internally uses this value when it detects a vector file and sets it in the RasterCodecs used to load the document as follows:
rasterCodecsObject.Options.Load.Resolution = DocumentFactory.DefaultVectorResolution;
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