Controls if the aspect ratio of the image is preserved in PDF. This property is true by default
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool PreserveAspectRatio { get; set; }
Public Property PreserveAspectRatio As Boolean
Get
Set
public:
property bool PreserveAspectRatio {
bool get ();
void set (bool value);
}
member PreserveAspectRatio : bool with get, set
Property Value
Type:
Boolean
Reference