FromImagePageSettings Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents settings for a page to be created from an image.
Inheritance Hierarchy

SystemObject
  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

public sealed class FromImagePageSettings

The FromImagePageSettings type exposes the following members.

Constructors

  NameDescription
Public methodFromImagePageSettings
Initializes a new instance of the FromImagePageSettings class.
Public methodFromImagePageSettings(Boundary)
Initializes a new instance of the FromImagePageSettings class.
Top
Properties

  NameDescription
Public propertyBorderColor
Gets or sets the border color.
Public propertyBorderWidth
Gets or sets the width of the border.
Public propertyKeepImageOrientation
Gets or sets a value indicating whether an image should keep its orientation. true.
Public propertyMargin
Gets or sets the margin.
Public propertyPadding
Gets or sets the padding.
Public propertyPageOrientation
Gets or sets the page orientation. ImageLayout.Auto
Public propertyScaleMode
Gets or sets the scale mode. ImageScaleMode.PreservAspectRatio.
Public propertySize
Gets or sets the size of the page.
Public propertyUseTransparency
Gets or sets a value indicating whether use transparency channel of an image.
Top
See Also

Reference