  | 
PdfResizeManagerKeepAspectRatio Property  | 
 
            Specifies if the content aspect ratio (proportion) is preserved in the generated document (resized).
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
Syntaxpublic bool KeepAspectRatio { get; set; }Public Property KeepAspectRatio As Boolean
	Get
	Set
Property Value
Type: 
Boolean
RemarksThe default value is TRUE.
See Also