Table of Contents

Enum BIMResolutionInfoProperties

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll

Specifies the identifiers of the metadata items in an 8BIMResolutionInfo block.

public enum BIMResolutionInfoProperties

Fields

HResolution = 2

[VT_UI4] The horizontal resolution of the image.

HResolutionUnit = 3

[VT_UI2] The units that the horizontal resolution is specified in; a 1 indicates pixels per inch and a 2 indicates pixels per centimeter.

HeightUnit = 7

[VT_UI2] The units that the image height is specified in; a 1 indicates inches, a 2 indicates centimeters, a 3 indicates points, a 4 specifies picas, and a 5 specifies columns.

PString = 1

[VT_LPSTR] A name that identifies the 8BIM block.

VResolution = 5

[VT_UI4] The vertical resolution of the image.

VResolutionUnit = 6

[VT_UI2] The units that the vertical resolution is specified in; a 1 indicates pixels per inch and a 2 indicates pixels per centimeter.

WidthUnit = 4

[VT_UI2] The units that the image width is specified in; a 1 indicates inches, a 2 indicates centimeters, a 3 indicates points, a 4 specifies picas, and a 5 specifies columns.