Resolution Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Represents a resolution setting container used in extraction methods.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.ConfigurationResolution

Namespace:  Apitron.PDF.Kit.Configuration
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class Resolution

The Resolution type exposes the following members.

Constructors

  NameDescription
Public methodResolution
Initializes a new instance of the Resolution class.
Top
Properties

  NameDescription
Public propertyDpiX
Gets or sets the X dpi, should be greater than zero.
Public propertyDpiY
Gets or sets the Y dpi, should be greater than zero.
Top
See Also

Reference