Click or drag to resize
Pdf Library for .NET

PdfResizeManager Properties

The PdfResizeManager type exposes the following members.

Properties
 NameDescription
Public propertyAllowScale Specifies if the content can be scaled (resized) in the generated document (resized).
Public propertyContentSize The size of the content in the generated document (resized).
Public propertyHorizontalAlign Specifies how the content is horizontally aligned in the destination rectangle, when the aspect ratio is preserved.
Public propertyKeepAspectRatio Specifies if the content aspect ratio (proportion) is preserved in the generated document (resized).
Public propertyKeepOriginalPageSettings 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.
Public propertyPageMargins The generated document (resized) page margins. The default value is 0 for all margins.
Public propertyPageOrientation The generated document (resized) page orientation. The default value is the original PDF page orientation.
Public propertyPageSize The generated document (resized) page size. The default value is the original PDF page size.
Public propertyStartPosition The start position of the content in the generated document (resized).
Public propertyVerticalAlign Specifies how the content is vertically aligned in the destination rectangle, when the aspect ratio is preserved.
Top
See Also