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