Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayoutFromImagePageSettings
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents settings for a page to be created from an image.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayoutFromImagePageSettings
Namespace: Apitron.PDF.Kit.FixedLayout
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The FromImagePageSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FromImagePageSettings |
Initializes a new instance of the FromImagePageSettings class.
|
![]() | FromImagePageSettings(Boundary) |
Initializes a new instance of the FromImagePageSettings class.
|
Properties
Name | Description | |
---|---|---|
![]() | BorderColor |
Gets or sets the border color.
|
![]() | BorderWidth |
Gets or sets the width of the border.
|
![]() | KeepImageOrientation |
Gets or sets a value indicating whether an image should keep its orientation.
true.
|
![]() | Margin |
Gets or sets the margin.
|
![]() | Padding |
Gets or sets the padding.
|
![]() | PageOrientation |
Gets or sets the page orientation.
ImageLayout.Auto |
![]() | ScaleMode |
Gets or sets the scale mode.
ImageScaleMode.PreservAspectRatio.
|
![]() | Size |
Gets or sets the size of the page.
|
![]() | UseTransparency |
Gets or sets a value indicating whether use transparency channel of an image.
|
See Also