Controls if cutting images between PDF pages is permitted. This property is true by default
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool ImagesCutAllowed { get; set; }
Public Property ImagesCutAllowed As Boolean
Get
Set
public:
property bool ImagesCutAllowed {
bool get ();
void set (bool value);
}
member ImagesCutAllowed : bool with get, set
Property Value
Type:
Boolean
Reference