HtmlPrintDocumentSource.LeftMargin Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient et définit la marge gauche de la source du document.
public:
property float LeftMargin { float get(); void set(float value); };
float LeftMargin();
void LeftMargin(float value);
public float LeftMargin { get; set; }
var single = htmlPrintDocumentSource.leftMargin;
htmlPrintDocumentSource.leftMargin = single;
Public Property LeftMargin As Single
Valeur de propriété
Single
float
Marge gauche de la source du document.