Click or drag to resize
Pdf Library for .NET

PdfResizeManagerKeepOriginalPageSettings Property

Specifies if the pages from the PDF document will presenve their original settings (size and orientation) or will be changed according the new values of the PageSize and PageOrientation properties.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 23.1
Syntax
public bool KeepOriginalPageSettings { get; set; }

Property Value

Type: Boolean
Remarks
The default value is FALSE.
See Also