HtmlPrintDocumentSource.RightMargin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.