PdfPageInfoHasImages Property |
True, if the PDF page has images; false otherwise.
Namespace: OpenDiscoverSDK.Interfaces.ContentAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[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