Maintain the aspect ratio of the original emf file.
public bool MaintainAspectRatio { get; set; }
Public Property MaintainAspectRatio As Boolean
@property (nonatomic, assign) BOOL maintainAspectRatio
public boolean getMaintainAspectRatio()
public void setMaintainAspectRatio(boolean maintainAspectRatio)
true to maintain the aspect so the created document will have the same aspect ratio of the original emf file; false, otherwise.
The aspect ratio of an image is its width divided by its height. If MaintainAspectRatio is set then the DocumentResolution value will be mapped to the higher (X or Y) resolution of the original emf file, while the other resolution will be calculated in a way that preserve the aspect ratio of the original file.
Programming with LEADTOOLS Document Writers
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