Controls if the printer hard margins are considered when the available space in page is calculated. The default value is true
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool HardMarginsEnabled { get; set; }
Public Property HardMarginsEnabled As Boolean
Get
Set
public:
property bool HardMarginsEnabled {
bool get ();
void set (bool value);
}
member HardMarginsEnabled : bool with get, set
Property Value
Type:
Boolean
Reference