IPrinterViewMarginFactory Interface
Provides the base requirements for a factory capable of creating IPrinterViewMargin objects for use within an IPrinterView.
public interface IPrinterViewMarginFactory
Methods
CreateMargins(IPrinterView)
Creates the collection of IPrinterViewMargin objects to place within a IPrinterView.
IPrinterViewMarginCollection CreateMargins(IPrinterView view)
Parameter | Type | Description |
---|---|---|
view | IPrinterView | The IPrinterView that will host the margins. |
Returns
- IPrinterViewMarginCollection:
A IPrinterViewMarginCollection containing the IPrinterViewMargin objects that were created.