[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.ImageOutputSettings

Class ImageOutputSettings

Namespace
GrapeCity.Documents.Word.Layout
Assembly
GcDocs.Word.Layout.dll

Options that allow customizing the output images.

public class ImageOutputSettings
Inheritance
object
ImageOutputSettings
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ImageOutputSettings()

public ImageOutputSettings()

Properties

BackColor

Gets or sets the background color. The default is white.

public Color BackColor { get; set; }

Property Value

System.Drawing.Color

Resolution

Gets or sets the resolution of the generated image. The default is 96.

public float Resolution { get; set; }

Property Value

float

Zoom

Gets or sets the zoom factor. The default is 1.

public float Zoom { get; set; }

Property Value

float