[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.BaseOptions

Class BaseOptions

Namespace
GrapeCity.Documents.Imaging.Windows
Assembly
GcDocs.Imaging.Windows.dll

Base class for all encoder options.

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

Constructors

BaseOptions()

public BaseOptions()

Properties

SourceRect

Specifies the source rectangle for encoding.

public Rectangle? SourceRect { get; set; }

Property Value

System.Drawing.Rectangle?