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