In This Article

IPrinterViewMargin Interface

Provides the base requirements for a printer margin within an ITextView.

public interface IPrinterViewMargin : ITextViewMargin, IOrderable, IKeyedObject

Properties

Placement

Gets a PrinterViewMarginPlacement indicating the placement of the margin within its parent ITextView.

PrinterViewMarginPlacement Placement { get; }

Property Value

PrinterViewMarginPlacement:

A PrinterViewMarginPlacement indicating the placement of the margin within its parent ITextView.

Inherited Members