Click or drag to resize

PdfPageInfoHasImages Property

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

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
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