PageItemIsBlank Property | |
Gets the blank page indicator of the image.
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax public Nullable<bool> IsBlank { get; }
Property Value
Type:
NullableBooleannull if not tested, true if image is blank, false if image is not blank.
See Also