Click or drag to resize

DocumentImageWidthInPixels Property

For supported raster image file formats, this property will hold the image's width in pixels; otherwise the default value is -1, meaning not determined.

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public int ImageWidthInPixels { get; set; }

Property Value

Int32
See Also