Click or drag to resize

PageItemIsBlank Property

Gets the blank page indicator of the image.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public bool? IsBlank { get; }

Property Value

NullableBoolean
null if not tested, true if image is blank, false if image is not blank.
See Also