 |
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: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic bool KeepOriginalPageSettings { get; set; }Public Property KeepOriginalPageSettings As Boolean
Get
Set
Property Value
Boolean
RemarksThe default value is FALSE.
See Also