PdfPageInfoHasImages Property

True, if the PDF page has images; false otherwise.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public bool? HasImages { get; set; }

Property Value

NullableBoolean

Remarks

If the PDF page failed due to an exception (FailedDueToException is true), then this property will not be set.

See Also