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.
For an example, refer to DocumentWriter.
Programming with LEADTOOLS Document Writers
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