←Select platform

MaintainAspectRatio Property

Summary

Maintain the aspect ratio of the original emf file.

Syntax

C#
VB
Java
Objective-C
C++
public bool MaintainAspectRatio { get; set; } 
Public Property MaintainAspectRatio As Boolean 
@property (nonatomic, assign) BOOL maintainAspectRatio 
public boolean getMaintainAspectRatio() 
public void setMaintainAspectRatio(boolean maintainAspectRatio) 
             
public: 
property bool MaintainAspectRatio { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to maintain the aspect so the created document will have the same aspect ratio of the original emf file; false, otherwise.

Remarks

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.

Example

For an example, refer to DocumentWriter.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly