Compartir a través de


HtmlPrintDocumentSource.BottomMargin Propiedad

Definición

Obtiene y establece el margen inferior del origen del documento.

public:
 property float BottomMargin { float get(); void set(float value); };
float BottomMargin();

void BottomMargin(float value);
public float BottomMargin { get; set; }
var single = htmlPrintDocumentSource.bottomMargin;
htmlPrintDocumentSource.bottomMargin = single;
Public Property BottomMargin As Single

Valor de propiedad

Single

float

Margen inferior del origen del documento.

Se aplica a