Gets or sets the CodecsVectorViewMode that controls the actual size of the viewport when rasterizing vector image files.
public CodecsVectorViewMode ViewMode { get; set; }
Public Property ViewMode As CodecsVectorViewMode
public CodecsVectorViewMode getViewMode()
public void setViewMode(CodecsVectorViewMode viewMode)
public:
property CodecsVectorViewMode ViewMode {
CodecsVectorViewMode get();
void set ( CodecsVectorViewMode );
}
A CodecsVectorViewMode that controls the actual size of the viewport when rasterizing vector image files.
A vector image file format usually does not have a physical size. The user can specify a viewport (physical size up to which the drawing can be rendered) ViewWidth and ViewHeight. How the drawing is to be rendered inside this viewport depends on the current viewport mode set with ViewMode. Default viewport size is 640x480 pixels.
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