PrizmDoc Server .NET SDK

Show / Hide Table of Contents

Class DpiOptions

DPI options.

Inheritance
Object
DpiOptions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Accusoft.PrizmDocServer.Conversion
Assembly: PrizmDocServerSDK.dll
Syntax
public class DpiOptions

Constructors

DpiOptions(Int32, Int32)

Initializes a new instance of the DpiOptions class.

Declaration
public DpiOptions(int x, int y)
Parameters
Type Name Description
Int32 x

Horizontal DPI.

Int32 y

Vertical DPI.

Properties

X

Gets horizontal DPI.

Declaration
public int X { get; }
Property Value
Type Description
Int32

Y

Gets vertical DPI.

Declaration
public int Y { get; }
Property Value
Type Description
Int32
Back to top © 2019-2020 Accusoft Corporation. All Rights Reserved.