HtmlPrintDocumentSource.LeftMargin Propriété

Définition

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.

S’applique à