 |
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: 24.1
Syntaxpublic bool KeepOriginalPageSettings { get; set; }
Public Property KeepOriginalPageSettings As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksThe default value is FALSE.
See Also