Accusoft.PrintPro8.Net
AutoMargin Property




Gets and sets an indicator which determines whether the margin values and the current print position values should automatically be set to values inside the printer's display area.
Syntax
'Declaration
 
Public Property AutoMargin As Boolean
'Usage
 
Dim instance As Printer
Dim value As Boolean
 
instance.AutoMargin = value
 
value = instance.AutoMargin
public bool AutoMargin {get; set;}
public: __property bool get_AutoMargin();
public: __property void set_AutoMargin( 
   bool value
);
public:
property bool AutoMargin {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to automatically set to values inside the printer's display area. Otherwise, false is used.
Remarks

The default value is false.

See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback