This documentation is for the old version. Go to the latest Graphics Mill docs

PrintPlaceholder.Image Property

Gets/sets the image which should be printed in this placeholder.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Property Image As Bitmap
C#
public Bitmap Image { get; set; }

Property Value

The Aurigma.GraphicsMill.Bitmap class instance containing the image which should be printed in this placeholder.

See Also

Reference