Show / Hide Table of Contents

Class AdvancedImagingConvertOptions

Inheritance
object
OptionsBase
AdvancedImagingConvertOptions
Implements
IDisposable
Inherited Members
OptionsBase.mObjSet
OptionsBase.mDict
OptionsBase.ColorPtToNumber(ColorPt)
OptionsBase.ColorPtFromNumber(double)
OptionsBase.GetArray(string)
OptionsBase.PutNumber(string, double)
OptionsBase.PutBool(string, bool)
OptionsBase.PutText(string, string)
OptionsBase.PutRect(string, Rect)
OptionsBase.PushBackNumber(string, double)
OptionsBase.PushBackBool(string, bool)
OptionsBase.PushBackText(string, string)
OptionsBase.PushBackRect(string, Rect)
OptionsBase.RectFromArray(Obj)
OptionsBase.insertRectCollection(string, RectCollection, int)
OptionsBase.GetInternalObj()
OptionsBase.Dispose()
OptionsBase.Dispose(bool)
OptionsBase.Destroy()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public class AdvancedImagingConvertOptions : OptionsBase, IDisposable

Constructors

AdvancedImagingConvertOptions()

Declaration
public AdvancedImagingConvertOptions()

Methods

GetDefaultDPI()

Gets the value DefaultDPI from the options object

Declaration
public double GetDefaultDPI()
Returns
Type Description
double

Default dpi used when rendering content when resolution is not provided in the image file. No image pixel data is lost by specifiying this option. Note: In case of DICOM images, we assume that the resolution is specified by Pixel Spacing attribute.

SetDefaultDPI(double)

Sets the value for Default DPI in the options object

Declaration
public AdvancedImagingConvertOptions SetDefaultDPI(double value)
Parameters
Type Name Description
double value

Default dpi used when converting an image.

Returns
Type Description
AdvancedImagingConvertOptions

this object, for call chaining

Implements

IDisposable
In This Article
Back to top Generated by DocFX