'Declaration Public Property BlankPageDetectionAndRemoval As System.Nullable(Of Boolean)
public System.Nullable<bool> BlankPageDetectionAndRemoval { get; set; }
public: __property System.Nullable<bool> get_BlankPageDetectionAndRemoval(); public: __property void set_BlankPageDetectionAndRemoval(
System.Nullable<bool> value
);
public:
property System.Nullable<bool> BlankPageDetectionAndRemoval { System.Nullable<bool> get(); void set(System.Nullable<bool> value); }
Property Value
null - blank page detection and removal is not supported;
true - blank page detection and removal is enabled;
false - blank page detection and removal is disabled.
true - blank page detection and removal is enabled;
false - blank page detection and removal is disabled.