ImageCompositePrintDocument.Layout Property |
Gets or sets the composite photo print layout that will be printed on each page.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic CompositePrintLayout Layout { get; set; }
Public Property Layout As CompositePrintLayout
Get
Set
Property Value
Type:
CompositePrintLayout The composite photo print layout that will be printed on each page.
Remarks Default is
FullPage. Metric and English units can be specified by choosing the
appropriate enumeration.
See Also