HtmlPrintDocumentSource.RightMargin Property

Definition

Gets and sets the right margin of the document source.

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

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

Property Value

Single

float

The right margin of the document source.

Applies to